RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.ZLeventer/google-ads-mcp · v1.0.1
MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
Google Ads 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"google-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@zleventer/google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<GOOGLE_ADS_CUSTOMER_ID>"
}
}
}
}GOOGLE_ADS_DEVELOPER_TOKEN必填secretGoogle Ads developer token (apply at https://developers.google.com/google-ads/api/docs/get-started/dev-token)
GOOGLE_ADS_CLIENT_ID必填secretOAuth 2.0 client ID from Google Cloud Console
GOOGLE_ADS_CLIENT_SECRET必填secretOAuth 2.0 client secret from Google Cloud Console
GOOGLE_ADS_REFRESH_TOKEN必填secretOAuth 2.0 refresh token with https://www.googleapis.com/auth/adwords scope
GOOGLE_ADS_CUSTOMER_ID必填Default Google Ads customer ID (numeric, no dashes). Can be overridden per tool call.
GOOGLE_ADS_LOGIN_CUSTOMER_ID可选Manager (MCC) account ID — required only if accessing accounts under an MCC
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.ZLeventer/google-ads-mcp",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "Google Ads",
"description": "MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.",
"repository": {
"url": "https://github.com/ZLeventer/google-ads-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@zleventer/google-ads-mcp",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_ADS_DEVELOPER_TOKEN",
"description": "Google Ads developer token (apply at https://developers.google.com/google-ads/api/docs/get-started/dev-token)",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_ADS_CLIENT_ID",
"description": "OAuth 2.0 client ID from Google Cloud Console",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_ADS_CLIENT_SECRET",
"description": "OAuth 2.0 client secret from Google Cloud Console",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_ADS_REFRESH_TOKEN",
"description": "OAuth 2.0 refresh token with https://www.googleapis.com/auth/adwords scope",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_ADS_CUSTOMER_ID",
"description": "Default Google Ads customer ID (numeric, no dashes). Can be overridden per tool call.",
"isRequired": true
},
{
"name": "GOOGLE_ADS_LOGIN_CUSTOMER_ID",
"description": "Manager (MCC) account ID — required only if accessing accounts under an MCC"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ZLeventer/google-ads-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ZLeventer%2Fgoogle-ads-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}