MCP Search Console
Rank #57,611io.github.Ayo-Fam/mcp-search-console
Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.
MCP Search Console is a Model Context Protocol (MCP) server published by apexradius. It ranks #57,611 of 115,591 servers tracked on MCP Toplist. MCP Search Console is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 57,980 of 115,591 servers on MCP Toplist.
Use MCP Search Console
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-search-console -e "GSC_ACCOUNTS_CONFIG=<your GSC_ACCOUNTS_CONFIG>" -e "GSC_ALLOW_DESTRUCTIVE=<your GSC_ALLOW_DESTRUCTIVE>" -- uvx mcp-search-console-multiReplace each placeholder with your own value before saving.
[mcp_servers.mcp-search-console]
command = "uvx"
args = ["mcp-search-console-multi"]
[mcp_servers.mcp-search-console.env]
GSC_ACCOUNTS_CONFIG = "<your GSC_ACCOUNTS_CONFIG>"
GSC_ALLOW_DESTRUCTIVE = "<your GSC_ALLOW_DESTRUCTIVE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Ayo-Fam%2Fmcp-search-console)<a href="https://mcptoplist.com/server/io.github.Ayo-Fam%2Fmcp-search-console"><img src="https://mcptoplist.com/badge/io.github.Ayo-Fam%2Fmcp-search-console.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
apexradius
Other servers by apexradius
View all apexradius servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jun 30, 2026 |
Frequently asked questions
- Who maintains MCP Search Console?
- MCP Search Console is maintained by apexradius, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Search Console listed on the Official MCP Registry?
- Yes — MCP Search Console is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Search Console have?
- MCP Toplist tracks 1 version of MCP Search Console, most recently published on Jun 30, 2026.
- Where can I find the source code for MCP Search Console?
- The source code for MCP Search Console is hosted at github.com/apexradius/mcp-search-console.