Skip to content
VS Code

walmart for VS Code

io.github.markswendsen-code/walmart

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

client:VS Code transport:stdio runtime:npm

Install walmart in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

walmart in other clients