What is the Google Search Console MCP server?
Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.
How to install Google Search Console
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-gsc": {
"url": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-gsc": {
"serverUrl": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-gsc": {
"type": "http",
"url": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{mcp_gsc_worker_domain}/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcp-gsc https://{mcp_gsc_worker_domain}/mcpRelated MCP servers
DigestSEO mcp-geo: track brand citations across five AI search engines.
37
View repository →TypeScript
MIT
Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.
5
View repository →TypeScript
MIT
Google News & Trends MCP
Active
Query Google News RSS feeds and search interest over time via Google Trends.
4
View repository →Python
MIT