MCP server for Walmart - search products, manage cart, track orders
Connect Walmart to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Walmart - search products, manage cart, track orders. The walmart mcp server is what makes that connection.
This package provides a Model Context Protocol (MCP) server that enables AI agents to interact with Walmart.com through Playwright browser automation with stealth features to avoid bot detection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
status — The status tool exposed by this serverlogin — Authenticate with your Walmart account using email and password via browser automationlogout — The logout tool exposed by this serverset_address — Set delivery or pickup address for Walmart. Affects product availability and pricingsearch — The search tool exposed by this serverget_product — Get detailed product information including price, description, and availabilityadd_to_cart — The add_to_cart tool exposed by this serverview_cart — The view_cart tool exposed by this serverupdate_cart — The update_cart tool exposed by this serverremove_from_cart — The remove_from_cart tool exposed by this servercheckout — Preview checkout summary for the Walmart cart. Returns order details without placing the orderget_orders — The get_orders tool exposed by this serverThe server ships on npm as @striderlabs/mcp-walmart, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Walmart's toolset — status, login, logout and 9 more — is a fair guide to whether it matches your workflow. It is maintained by markswendsen-code; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| status | The status tool exposed by this server. |
| login | Authenticate with your Walmart account using email and password via browser automation. |
| logout | The logout tool exposed by this server. |
| set_address | Set delivery or pickup address for Walmart. Affects product availability and pricing. |
| search | The search tool exposed by this server. |
| get_product | Get detailed product information including price, description, and availability. |
| add_to_cart | The add_to_cart tool exposed by this server. |
| view_cart | The view_cart tool exposed by this server. |
| update_cart | The update_cart tool exposed by this server. |
| remove_from_cart | The remove_from_cart tool exposed by this server. |
| checkout | Preview checkout summary for the Walmart cart. Returns order details without placing the order. |
| get_orders | The get_orders tool exposed by this server. |
{
"mcpServers": {
"walmart": {
"command": "npx",
"args": ["@striderlabs/mcp-walmart"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.