MCP server for Google Search Console: properties, sitemaps, search analytics and URL inspection
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-search-consol": {
"command": "npx",
"args": [
"-y",
"ni-c/google-search-console-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-search-consol npx -y ni-c/google-search-console-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-search-consol": {
"command": "npx",
"args": [
"-y",
"ni-c/google-search-console-mcp"
]
}
}
}
📋 Copy
README Excerpt
A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server for service that tells you how Google sees your site — this reads it and sets it up. Lets MCP clients like Claude Code, Claude Desktop or Codex create a property and prove ownership of it, submit and refresh sitemaps, ask what any URL's index
Tools (20)
ELICITATION GOOGLE_APPLICATION_CREDENTIALS GSC_ALLOWED_SITES GSC_ALLOW_TOOLS GSC_CLIENT_ID GSC_CLIENT_SECRET GSC_DENY_TOOLS GSC_READ_ONLY GSC_REFRESH_TOKEN GSC_SERVICE_ACCOUNT_KEY GSC_SERVICE_ACCOUNT_KEY_FILE GSC_SITE_URL add_site get_indexing_status get_site get_sitemap get_verification_token get_verified_site inspect_url inspect_urls
Topics
google-search-console indexing-api mcp mcp-server model-context-protocol search-console seo site-verification sitemap