Skip to content
Grok

walmart for Grok

io.github.markswendsen-code/walmart

MCP server for Walmart - search products, manage cart, track orders

client:Grok transport:stdio runtime:npm

Install walmart in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "walmart": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-walmart"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

walmart in other clients