What is the MCP Search Console MCP server?
Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.
How to install MCP Search Console
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GSC_ACCOUNTS_CONFIGPath to accounts.json config file with GSC credentials. Defaults to ~/.config/mcp-search-console/accounts.json
GSC_ALLOW_DESTRUCTIVESet to 'true' to enable sitemap submit/delete operations
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-search-console": {
"command": "uvx",
"args": [
"mcp-search-console-multi"
],
"env": {
"GSC_ACCOUNTS_CONFIG": "<YOUR_GSC_ACCOUNTS_CONFIG>",
"GSC_ALLOW_DESTRUCTIVE": "<YOUR_GSC_ALLOW_DESTRUCTIVE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-search-console": {
"command": "uvx",
"args": [
"mcp-search-console-multi"
],
"env": {
"GSC_ACCOUNTS_CONFIG": "<YOUR_GSC_ACCOUNTS_CONFIG>",
"GSC_ALLOW_DESTRUCTIVE": "<YOUR_GSC_ALLOW_DESTRUCTIVE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-search-console": {
"command": "uvx",
"args": [
"mcp-search-console-multi"
],
"env": {
"GSC_ACCOUNTS_CONFIG": "<YOUR_GSC_ACCOUNTS_CONFIG>",
"GSC_ALLOW_DESTRUCTIVE": "<YOUR_GSC_ALLOW_DESTRUCTIVE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-search-console": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-search-console-multi"
],
"env": {
"GSC_ACCOUNTS_CONFIG": "<YOUR_GSC_ACCOUNTS_CONFIG>",
"GSC_ALLOW_DESTRUCTIVE": "<YOUR_GSC_ALLOW_DESTRUCTIVE>"
}
}
}
}Claude Code
claude mcp add mcp-search-console --env GSC_ACCOUNTS_CONFIG=<YOUR_GSC_ACCOUNTS_CONFIG> --env GSC_ALLOW_DESTRUCTIVE=<YOUR_GSC_ALLOW_DESTRUCTIVE> -- uvx mcp-search-console-multiRelated MCP servers
MCP Cloudflare DNS
Active
Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.
0
View repository →Python
MCP Google Ads
Active
Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.
0
View repository →Python