- Google AdWords MCP Server by CData
Google AdWords MCP Server by CData
What is Google AdWords MCP Server by CData?
The Google AdWords MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs (like Claude Desktop) to query live data from Google AdWords using natural language, without the need for SQL.
How to use Google AdWords MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver for Google AdWords, configure your connection, and create a configuration file for your AI client. Finally, run the server to start querying data.
Key features of Google AdWords MCP Server?
- Provides a read-only interface to Google AdWords data.
- Allows querying of live data using natural language.
- Simplifies data access for AI clients without requiring SQL.
Use cases of Google AdWords MCP Server?
- Querying live advertising data for analysis.
- Integrating Google AdWords data with AI applications.
- Generating reports based on real-time advertising metrics.
FAQ from Google AdWords MCP Server?
- Can I write data to Google AdWords using this server?
No, this server is read-only and does not support write operations.
- Is there a trial version of the CData JDBC Driver?
Yes, a trial version is available for download.
- What kind of queries can I perform?
You can ask natural language questions about your advertising data, such as performance metrics and campaign statistics.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-adwords.prp"
]
}
}
}