MCP Server
MCP
io.github.mharnett/google-ads
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-google-ads",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth client ID",
"isRequired": true,
"name": "GOOGLE_ADS_CLIENT_ID"
},
{
"description": "OAuth client secret",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_ADS_CLIENT_SECRET"
},
{
"description": "OAuth refresh token",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_ADS_REFRESH_TOKEN"
},
{
"description": "Google Ads API developer token",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_ADS_DEVELOPER_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment