Open-source MCP server for the X Ads API. Self-hosted, bring your own credentials. Apache-2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x-ads-mcp-server": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/x-ads-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add x-ads-mcp-server npx -y getmcpads-com/x-ads-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"x-ads-mcp-server": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/x-ads-mcp-server"
]
}
}
}