PluginBench
MCP Server
Active
MIT

Walmart Connect Advertising APIs MCP Server

io.github.alyiox/mcp-walmart-ads

What is the Walmart Connect Advertising APIs MCP server?

MCP server for Walmart Connect Ads APIs (Sponsored Search + Display)

How to install Walmart Connect Advertising APIs

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "command": "uvx",
      "args": [
        "mcp-walmart-ads"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "command": "uvx",
      "args": [
        "mcp-walmart-ads"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "command": "uvx",
      "args": [
        "mcp-walmart-ads"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-walmart-ads": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-walmart-ads"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-walmart-ads -- uvx mcp-walmart-ads

Related MCP servers

Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.

6
C#
MIT
View repository →

MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.

0
Python
MIT
View repository →

Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.

0
Python
MIT
View repository →