[ MCP_NODE_3888 ]

Google Ads 营销集成

分类:
协议: MCP v1.0
[ 描述 ]

基于 FastMCP 实现,为 Google Ads API 提供集成,支持管理广告活动和查询统计数据。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "google-ads-mcp-server": {
            "description": "A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication",
            "command": "/full/path/to/your/project/.venv/bin/python",
            "args": [
                "/full/path/to/your/project/server.py"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。