Skip to content
Cursor

walmart for Cursor

io.github.markswendsen-code/walmart

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

client:Cursor transport:stdio runtime:npm

Install walmart in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

walmart in other clients