Google Search Console
Rank #22,663com.getmcpads/google-search-console
Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.
Google Search Console is a Model Context Protocol (MCP) server published by getmcpads-com. It ranks #22,663 of 115,460 servers tracked on MCP Toplist. Google Search Console is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 92,797 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 -e "GSC_CLIENT_ID=<your GSC_CLIENT_ID>" -e "GSC_CLIENT_SECRET=<your GSC_CLIENT_SECRET>" -e "GSC_REFRESH_TOKEN=<your GSC_REFRESH_TOKEN>" -e "GSC_ACCESS_TOKEN=<your GSC_ACCESS_TOKEN>" -e "GSC_SITE_URL=<your GSC_SITE_URL>" -- npx -y @getmcpads/google-search-console-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.google-search-console]
command = "npx"
args = ["-y", "@getmcpads/google-search-console-mcp-server"]
[mcp_servers.google-search-console.env]
GSC_CLIENT_ID = "<your GSC_CLIENT_ID>"
GSC_CLIENT_SECRET = "<your GSC_CLIENT_SECRET>"
GSC_REFRESH_TOKEN = "<your GSC_REFRESH_TOKEN>"
GSC_ACCESS_TOKEN = "<your GSC_ACCESS_TOKEN>"
GSC_SITE_URL = "<your GSC_SITE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<your GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<your GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<your GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<your GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<your GSC_SITE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<your GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<your GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<your GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<your GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<your GSC_SITE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-search-console": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<your GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<your GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<your GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<your GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<your GSC_SITE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<your GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<your GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<your GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<your GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<your GSC_SITE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<your GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<your GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<your GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<your GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<your GSC_SITE_URL>"
}
}
}
}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/com.getmcpads%2Fgoogle-search-console)<a href="https://mcptoplist.com/server/com.getmcpads%2Fgoogle-search-console"><img src="https://mcptoplist.com/badge/com.getmcpads%2Fgoogle-search-console.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
getmcpads-com
Other servers by getmcpads-com
- TikTok Ads#21,826 · 1 ver
- Google Ads#22,661 · 1 ver
- Google Analytics 4#22,662 · 1 ver
- Meta Ads#22,664 · 1 ver
- Pinterest Ads#22,665 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Google Search Console?
- Google Search Console is maintained by getmcpads-com, which publishes 6 MCP servers (6 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.
- How many versions does Google Search Console have?
- MCP Toplist tracks 1 version of Google Search Console, most recently published on Aug 30, 2026.
- Where can I find the source code for Google Search Console?
- The source code for Google Search Console is hosted at github.com/getmcpads-com/google-search-console-mcp-server.