mcp-google-gsc
Rank #22,242io.github.mharnett/google-gsc
Google Search Console MCP: search analytics, URL inspection, site management.
mcp-google-gsc is a Model Context Protocol (MCP) server published by mharnett. It ranks #22,242 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-google-gsc is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 3, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 93,349 of 115,591 servers on MCP Toplist.
Use mcp-google-gsc
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add google-gsc -e "GOOGLE_APPLICATION_CREDENTIALS=<your GOOGLE_APPLICATION_CREDENTIALS>" -- npx -y mcp-google-gscReplace each placeholder with your own value before saving.
[mcp_servers.google-gsc]
command = "npx"
args = ["-y", "mcp-google-gsc"]
[mcp_servers.google-gsc.env]
GOOGLE_APPLICATION_CREDENTIALS = "<your GOOGLE_APPLICATION_CREDENTIALS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-gsc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}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.mharnett%2Fgoogle-gsc)<a href="https://mcptoplist.com/server/io.github.mharnett%2Fgoogle-gsc"><img src="https://mcptoplist.com/badge/io.github.mharnett%2Fgoogle-gsc.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mharnett
Other servers by mharnett
- MCP Google Ads Server#12,954 · 1 ver
- Bing Ads#13,429 · 2 vers
- mcp-gtm-ga4#18,060 · 1 ver
- mcp-ga4#22,241 · 1 ver
- Linkedin Ads#24,467 · 2 vers
- mcp-reddit-ads#29,216 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains mcp-google-gsc?
- mcp-google-gsc is maintained by mharnett, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is mcp-google-gsc listed on the Official MCP Registry?
- Yes — mcp-google-gsc is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-google-gsc have?
- MCP Toplist tracks 1 version of mcp-google-gsc, most recently published on Apr 8, 2026.
- Where can I find the source code for mcp-google-gsc?
- The source code for mcp-google-gsc is hosted at github.com/mharnett/mcp-search-console.