Google AdWords MCP Server by CData
@CDataSoftware
关于 Google AdWords MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Google AdWords (beta)](https://www.cdata.com/download/download.aspx?sku=DZZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-adwords.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google AdWords MCP Server by CData?
This is a read-only MCP server that allows LLMs like Claude Desktop to query live Google AdWords data using natural language. It wraps the CData JDBC Driver for Google AdWords, which exposes Google AdWords as relational SQL models.
How to use Google AdWords MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), install and license the CData JDBC Driver for Google AdWords, configure the connection string using the driver’s utility, create a .prp file with the JDBC URL and other properties, then add the server to your Claude Desktop config (claude_desktop_config.json). The server communicates over stdio and must run on the same machine as the client.
Key features of Google AdWords MCP Server by CData
- Read-only access to Google AdWords data
- Exposes tables and columns via
get_tablesandget_columnstools - Execute SQL SELECT queries via
run_querytool - Uses CData JDBC Driver for relational SQL access
- Supports OAuth authentication via the JDBC driver
Use cases of Google AdWords MCP Server by CData
- Querying live AdWords campaign performance in natural language
- Retrieving ad group or keyword metrics without writing SQL
- Integrating AdWords data into Claude Desktop conversations
- Exploring tables and columns in the AdWords data source
FAQ from Google AdWords MCP Server by CData
Is this server read-only or can I write/update/delete data?
The README explicitly states this project builds a read-only MCP server. Write, update, delete, and action capabilities are available in the separate CData MCP Server beta.
What dependencies are required to run the server?
You need Java, Maven (to build the JAR), and the CData JDBC Driver for Google AdWords installed and licensed. The driver must be on the local machine.
How does authentication work?
Authentication uses OAuth, handled by the CData JDBC Driver. During connection string setup, you authenticate in your browser. The connection string includes InitiateOAuth=GETANDREFRESH.
Can the server be used with remote clients?
No. The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
What transport protocol does this server use?
The server communicates over stdio (standard input/output). It does not support network-based transports like HTTP or WebSockets.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论