mcpbeat Sign in

Admob MCP Server

by parksanggwon Your server? Claim it
local only

Admob MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 3 Aug 2026.

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

Installs per day peak 248 · avg 15 · -15% w/w
a month agotoday
62
Installs / week
npm · admob-mcp-server
4
Stars
0 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth/oauth-flow.ts:58
  const child = spawn(cmd, args, { stdio: 'ignore', detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add admob-mcp-server -- npx -y admob-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "admob-mcp-server": {
      "args": [
        "-y",
        "admob-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.admob-mcp-server]
command = "npx"
args = ["-y", "admob-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "admob-mcp-server": {
      "args": [
        "-y",
        "admob-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "admob-mcp-server": {
      "args": [
        "-y",
        "admob-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Admob MCP Server

same job, measured the same way
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Google Chat MCP
by a1-x-tech

MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.

57 installs/wk local only
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

47 installs/wk local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

139 installs/wk local only
Google Merchant Center MCP
by a1-x-tech

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

114 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering

Admob MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Admob MCP Server?
Admob MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package admob-mcp-server was installed 62 times last week.
How do I connect Admob MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls admob-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Admob MCP Server?
The npm package admob-mcp-server was installed 62 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Admob MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.