Home /
AI/LLM / google-ad-manager-mcp-server-by-cdata
★ 5 stars
Java
🤖 AI/LLM
Updated 2mo ago
This read-only MCP Server allows you to connect to Google Ad Manager data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for Google Ad Manager (https://www.cdata.com/drivers/dfp/download/mcp).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-ad-manager-mc": {
"command": "npx",
"args": [
"-y",
"CDataSoftware/google-ad-manager-mcp-server-by-cdata"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-ad-manager-mc npx -y CDataSoftware/google-ad-manager-mcp-server-by-cdata
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-ad-manager-mc": {
"command": "npx",
"args": [
"-y",
"CDataSoftware/google-ad-manager-mcp-server-by-cdata"
]
}
}
}
📋 Copy