Skip to content
Grok

Walmart APIs for Grok

io.github.alyiox/mcp-walmart-ads

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

client:Grok transport:stdio runtime:pypi

Install Walmart APIs in Grok

.mcp.json (in your project root)

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

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 APIs in other clients