- Google Ad Manager MCP Server by CData
Google Ad Manager MCP Server by CData
What is Google Ad Manager MCP Server?
The Google Ad Manager MCP Server by CData is a read-only server that allows LLMs (like Claude Desktop) to query live data from Google Ad Manager using natural language, without the need for SQL.
How to use Google Ad Manager MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver, configure your connection, and create a configuration file for your AI client. Finally, run the server and interact with it through your AI client.
Key features of Google Ad Manager MCP Server?
- Read-only access to Google Ad Manager data.
- Natural language querying capabilities.
- Integration with Claude Desktop and other AI clients.
- Support for various data sources through JDBC.
Use cases of Google Ad Manager MCP Server?
- Querying live advertising data without SQL.
- Integrating with AI clients for automated reporting.
- Analyzing ad performance metrics in real-time.
FAQ from Google Ad Manager MCP Server?
- Can I write data to Google Ad Manager using this server?
No, this server is read-only. For write capabilities, use the full CData MCP Server.
- Is there a trial version available?
Yes, you can download a trial version of the CData MCP Server for Google Ad Manager from the CData website.
- What programming languages can I use with this server?
The server can be accessed using any programming language that can make HTTP requests.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-ad-manager.prp"
]
}
}
}