67
/ 100
2 days ago
glama

Google Ads MCP Server

MCP server that lets any LLM manage Google Ads campaigns from the terminal. Supports read and write operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: GOOGLE_ADS_DEVELOPER_TOKEN, GOOGLE_ADS_CLIENT_SECRET, GOOGLE_ADS_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretGOOGLE_ADS_DEVELOPER_TOKEN"": "your-token",
configGOOGLE_ADS_CLIENT_ID"": "your-client-id",
🔐 secretGOOGLE_ADS_CLIENT_SECRET"": "your-secret",
🔐 secretGOOGLE_ADS_REFRESH_TOKEN"": "your-refresh-token"
configGOOGLE_ADS_LOGIN_CUSTOMER_ID
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/muradiants-google-ads-mcp-kysw66)](https://m8ven.ai/mcp/muradiants-google-ads-mcp-kysw66)
commit: 41d2e7b9c29def35bf83568e3d3012976ac6d914
code hash: c63a227a00d0cd2eee1e46d4240d782e48ddbc7648f214bac2d54f8a4dfa067c
verified: 6/22/2026, 12:46:26 PM
view raw JSON →