gomarble-ai/google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
Quick Start
Clone the repository:
git clone https://github.com/gomarble-ai/google-ads-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"google-ads-mcp-server": {
"command": "npx",
"args": [
"-y",
"gomarble-ai/google-ads-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.