Admob MCP Server
Ask your AI assistant about your AdMob apps and earnings - in plain language. Its 14 documented tools cover report, accounts, apps, mediation. It runs locally over stdio via the published package.
People who work with report, accounts and apps and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-03 · ★ 4 · #133 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Admob MCP Server
before you install - you'll need
Set GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN before connecting.
Claude Code
claude mcp add parksanggwon-admob-mcp-server -- npx -y admob-mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"parksanggwon-admob-mcp-server": {
"command": "npx",
"args": [
"-y",
"admob-mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package admob-mcp-server - unscoped; check the name against the project README before installing
registry namespace io.github.ParkSangGwon is GitHub-verified and matches the repo owner
03 · What Admob MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list accessible publisher accounts - use to find your pub-... ID, get account details: publisher ID, reporting currency, reporting time zone, list registered apps with app ID, platform, store link, and approval state, and list ad units with their IDs, formats, and owning apps.
Capability map
Tools grouped from the project's README - what Admob MCP Server lets an agent do.
read & search
4 tools - e.g. Get account details: publisher ID, reporting currency, reporting time zone; List ad units with their IDs, formats, and owning apps; List available mediation ad sources (ad networks) and their IDs
get_account · list_ad_units · list_ad_sources · list_adapters
Generate
3 tools - e.g. AdMob Network performance: earnings, impressions, clicks, match rate, RPM, ...; Mediation performance across ad sources: earnings, observed eCPM per AD_SOURCE / MEDIATION_GROUP; Cross-promotion campaign…
generate_network_report · generate_mediation_report · generate_campaign_report
Accounts
2 tools - e.g. list_accounts, get_account; List accessible publisher accounts - use to find your pub-... ID
accounts · list_accounts
Apps
2 tools - e.g. list_apps; List registered apps with app ID, platform, store link, and approval state
apps · list_apps
Adunits
1 tool - e.g. list_ad_units
adunits
Reports
1 tool - e.g. generate_network_report, generate_mediation_report, generate_campaign_report
reports
Mediation
1 tool - e.g. list_ad_sources, list_adapters
mediation
Limitations (from the README)
[!WARNING] While the consent screen is in Testing mode, Google expires sign-ins after 7 days, so you'll need to re-run the sign-in weekly.\ To stop that, publish the app (Audience → Publish app).\ Publishing for your own use doesn't require Google's verification - you'll just see an "unverified app" warning during sign-in, which is expected.
Latest releases
v0.1.1 · 2026-07-13
Fixed · Correct mcpName casing (io.github.ParkSangGwon/admob-mcp-server) so MCP Registry ownership validation passes.
v0.1.0 · 2026-07-13
Initial release - full AdMob API v1beta coverage. · Added · 11 read tools: list_accounts, get_account, list_apps, list_ad_units, generate_network_report, generate_mediation_report, generate_campaign_report…
04 · Who maintains Admob MCP Server
admob-mcp-server is maintained by parksanggwon. It's the only MCP server we track from this author; the repo dates to Jul 2026.
05 · Facts
- repository
- github.com/parksanggwon/admob-mcp-server
- category
- API integration - ranked #133 of 278 actively-maintained API integration servers as of 2026-09-18.
- release cadence
- 2 releases in the last 90 days (latest 2026-07-13)
- registry
- io.github.ParkSangGwon/admob-mcp-server (active, first published 2026-07-13 · 2 versions)
- packages
- npm:admob-mcp-server
06 · Admob MCP Server FAQ
Is Admob MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-08-03 and it shipped 2 releases in the last 90 days. We re-verify nightly.
What can Admob MCP Server do?
With this server connected, an agent can list accessible publisher accounts - use to find your pub-... ID, get account details: publisher ID, reporting currency, reporting time zone, list registered apps with app ID, platform, store link, and approval state, and list ad units with their IDs, formats, and owning apps.
How do I install Admob MCP Server?
Run `npx -y admob-mcp-server`. The README documents 3 environment variables (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN) to set first. Set GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN before connecting. You can also paste the ready-made client config above.
Does Admob MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Admob MCP Server
Alternatives to Admob MCP Server
Maintained API integration servers if Admob MCP Server isn't the fit.
- LetsFG - Flights & Hotels Search and book flights and hotels: hundreds of airlines, plus bookable hotel rates. ★ 2,033 · 2026-09-14
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 980 · 2026-09-17
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 817 · 2026-08-11
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 803 · 2026-09-17
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 625 · 2026-09-15
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 550 · 2026-08-10
More API integration MCP servers · Odoo MCP Gateway · Graph Polymarket MCP · Specrun · Krs Poland MCP Server · Opendock
More TypeScript MCP servers · Parseable · Telegram Notify MCP · Docket · Todo MCP · Discord MCP · see all