Skip to content
Cursor

Walmart APIs for Cursor

io.github.alyiox/mcp-walmart-ads

MCP server for Walmart Connect Ads, Sam's Club Sponsored Ads, and Walmart Marketplace APIs

client:Cursor transport:stdio runtime:pypi

Install Walmart APIs in Cursor

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

{
  "mcpServers": {
    "mcp-walmart-ads": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-walmart-ads"
      ]
    }
  }
}

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

Walmart APIs in other clients