MCP Server
Maintained
MIT
io.github.sudomichael/search-console-mcp MCP Server
io.github.sudomichael/search-console-mcp
What is the io.github.sudomichael/search-console-mcp MCP server?
Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.
How to install io.github.sudomichael/search-console-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"search-console-mcp": {
"command": "npx",
"args": [
"-y",
"search-console-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"search-console-mcp": {
"command": "npx",
"args": [
"-y",
"search-console-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"search-console-mcp": {
"command": "npx",
"args": [
"-y",
"search-console-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"search-console-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"search-console-mcp-server"
]
}
}
}Claude Code
claude mcp add search-console-mcp -- npx -y search-console-mcp-serverRelated MCP servers
Cookieless analytics for AI coding agents. Install in one prompt, 28 tools, OAuth onboarding.
View repository →