brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.davidmosiah/google-ads-mcp · v0.1.3
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
google-ads-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"google-ads-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-mcp-unofficial"
]
}
}
}GOOGLE_ADS_DEVELOPER_TOKEN可选secretGoogle Ads API developer token from your Google Ads Manager account. Required.
GOOGLE_ADS_CLIENT_ID可选Google OAuth2 client ID. Required.
GOOGLE_ADS_CLIENT_SECRET可选secretGoogle OAuth2 client secret. Prefer storing in ~/.google-ads-mcp/config.json via setup.
GOOGLE_ADS_LOGIN_CUSTOMER_ID可选Manager (MCC) customer ID used as login-customer-id header, no dashes (e.g., 1234567890). Optional but required for multi-account access.
GOOGLE_ADS_REDIRECT_URI可选OAuth redirect URI. Defaults to http://127.0.0.1:3000/callback.
GOOGLE_ADS_TOKEN_PATH可选Optional local path for OAuth tokens. Defaults to ~/.google-ads-mcp/tokens.json (0600).
GOOGLE_ADS_PRIVACY_MODE可选Optional payload mode: summary, structured, or raw. Defaults to structured. raw returns full Google Ads API payloads.
GOOGLE_ADS_ALLOW_MUTATIONS可选Set to true to enable write tools (pause/resume keywords/campaigns, set bids, set budgets). Default false (read-only). Agents changing real ad spend is high-stakes; review every change.
GOOGLE_ADS_CACHE可选Optional SQLite cache toggle. Set to true or sqlite to enable.
GOOGLE_ADS_CACHE_PATH可选Optional local SQLite cache path. Defaults to ~/.google-ads-mcp/cache.sqlite.
GOOGLE_ADS_CACHE_TTL_SECONDS可选Optional cache TTL in seconds. Defaults to 60. Set to 0 to keep entries indefinitely (entries are still overwritten on each hit).
GOOGLE_ADS_NO_RETRY可选Set to true to disable the HTTP retry middleware. Default false.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.davidmosiah/google-ads-mcp",
"type": "mcp-server",
"version": "0.1.3",
"displayName": "google-ads-mcp",
"description": "Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.",
"repository": {
"url": "https://github.com/davidmosiah/google-ads-mcp-unofficial",
"source": "github"
},
"homepage": "https://github.com/davidmosiah/google-ads-mcp-unofficial",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "google-ads-mcp-unofficial",
"version": "0.1.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_ADS_DEVELOPER_TOKEN",
"description": "Google Ads API developer token from your Google Ads Manager account. Required.",
"isSecret": true
},
{
"name": "GOOGLE_ADS_CLIENT_ID",
"description": "Google OAuth2 client ID. Required."
},
{
"name": "GOOGLE_ADS_CLIENT_SECRET",
"description": "Google OAuth2 client secret. Prefer storing in ~/.google-ads-mcp/config.json via setup.",
"isSecret": true
},
{
"name": "GOOGLE_ADS_LOGIN_CUSTOMER_ID",
"description": "Manager (MCC) customer ID used as login-customer-id header, no dashes (e.g., 1234567890). Optional but required for multi-account access."
},
{
"name": "GOOGLE_ADS_REDIRECT_URI",
"description": "OAuth redirect URI. Defaults to http://127.0.0.1:3000/callback."
},
{
"name": "GOOGLE_ADS_TOKEN_PATH",
"description": "Optional local path for OAuth tokens. Defaults to ~/.google-ads-mcp/tokens.json (0600)."
},
{
"name": "GOOGLE_ADS_PRIVACY_MODE",
"description": "Optional payload mode: summary, structured, or raw. Defaults to structured. raw returns full Google Ads API payloads."
},
{
"name": "GOOGLE_ADS_ALLOW_MUTATIONS",
"description": "Set to true to enable write tools (pause/resume keywords/campaigns, set bids, set budgets). Default false (read-only). Agents changing real ad spend is high-stakes; review every change."
},
{
"name": "GOOGLE_ADS_CACHE",
"description": "Optional SQLite cache toggle. Set to true or sqlite to enable."
},
{
"name": "GOOGLE_ADS_CACHE_PATH",
"description": "Optional local SQLite cache path. Defaults to ~/.google-ads-mcp/cache.sqlite."
},
{
"name": "GOOGLE_ADS_CACHE_TTL_SECONDS",
"description": "Optional cache TTL in seconds. Defaults to 60. Set to 0 to keep entries indefinitely (entries are still overwritten on each hit)."
},
{
"name": "GOOGLE_ADS_NO_RETRY",
"description": "Set to true to disable the HTTP retry middleware. Default false."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.davidmosiah/google-ads-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.davidmosiah%2Fgoogle-ads-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}