Google Search Console
Rank #52,252io.github.crunchtools/google-search-console
MCP server providing google-search-console capabilities
Google Search Console is a Model Context Protocol (MCP) server published by crunchtools. It ranks #52,252 of 115,460 servers tracked on MCP Toplist. Google Search Console is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 3, 2026 and most recently updated on Mar 3, 2026.
Ranks ahead of 63,208 of 115,460 servers on MCP Toplist.
Use Google Search Console
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-search-console -- uvx mcp-google-search-console-crunchtools[mcp_servers.google-search-console]
command = "uvx"
args = ["mcp-google-search-console-crunchtools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"google-search-console": {
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"google-search-console": {
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"google-search-console": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"google-search-console": {
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"google-search-console": {
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.crunchtools%2Fgoogle-search-console)<a href="https://mcptoplist.com/server/io.github.crunchtools%2Fgoogle-search-console"><img src="https://mcptoplist.com/badge/io.github.crunchtools%2Fgoogle-search-console.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
crunchtools
Other servers by crunchtools
- Trentina#5,392 · 1 ver
- Feed Reader#15,922 · 2 vers
- MCP Podman#17,565 · 1 ver
- Slack#29,075 · 3 vers
- mcp-syslog#36,977
- Gemini#38,215 · 3 vers
- mcp-nagios-crunchtools#38,557
- Cloudflare#42,739 · 2 vers
- Gitlab#42,740 · 2 vers
- Request Tracker#42,741 · 2 vers
- Wordpress#42,742 · 2 vers
- Workboard#42,743 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 3, 2026 |
Frequently asked questions
- Who maintains Google Search Console?
- Google Search Console is maintained by crunchtools, which publishes 16 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Google Search Console listed on the Official MCP Registry?
- Yes — Google Search Console is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google Search Console have?
- MCP Toplist tracks 1 version of Google Search Console, most recently published on Mar 3, 2026.
- Where can I find the source code for Google Search Console?
- The source code for Google Search Console is hosted at github.com/crunchtools/mcp-google-search-console.