Loading MCP server directory, please wait...
MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-search-consoleRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-search-console": {
"command": "npx",
"args": [
"-y",
"mcp-google-search-console"
],
"env": {
"GOOGLE_SEARCH_CONSOLE_CLIENT_ID": "",
"GOOGLE_SEARCH_CONSOLE_CLIENT_SECRET": "",
"GOOGLE_SEARCH_CONSOLE_REFRESH_TOKEN": "",
"GOOGLE_SEARCH_CONSOLE_ACCESS_TOKEN": "",
"GOOGLE_SEARCH_CONSOLE_API_BASE": "https://searchconsole.googleapis.com",
"GOOGLE_SEARCH_CONSOLE_TIMEOUT_MS": "60000",
"GOOGLE_SEARCH_CONSOLE_MAX_RETRIES": "3"
}
}
}
}