Odel
Google Search Console

Google Search Console

Local
@getmcpads-comTypeScriptApache-2.0Updated 1w ago

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getmcpads/google-search-console-mcp-serverv1.0.2

Run

npx -y @getmcpads/google-search-console-mcp-server

MCP client config

{
  "mcpServers": {
    "google-search-console": {
      "command": "npx",
      "args": [
        "-y",
        "@getmcpads/google-search-console-mcp-server"
      ]
    }
  }
}