Skip to content
Zed

admob mcp server for Zed

io.github.parksanggwon/admob-mcp-server

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

client:Zed transport:stdio runtime:npm

Install admob mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "admob-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "admob-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

admob mcp server in other clients