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-adsRelated MCP servers
Microsoft SQL Server
Active
Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.
6
View repository →C#
MIT
Atlassian Attachments
Active
MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.
0
View repository →Python
MIT
ClickHouse
Active
Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.
0
View repository →Python
MIT