Skip to content
VS Code

Walmart APIs for VS Code

io.github.alyiox/mcp-walmart-ads

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

client:VS Code transport:stdio runtime:pypi

Install Walmart APIs in VS Code

.vscode/mcp.json

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

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

Walmart APIs in other clients