Google Search Console
Rank #4,116io.github.AKzar1el/mcp-gsc
Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.
Google Search Console is a Model Context Protocol (MCP) server published by akzar1el. It ranks #4,116 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Google Search Console is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 111,344 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 --transport http mcp-gsc https://mcp-gsc.digestseo.com/mcpclaude mcp add --transport http mcp-gsc https://{mcp_gsc_worker_domain}/mcpclaude mcp add mcp-gsc -- npx -y @digestseo/mcp-gsc[mcp_servers.mcp-gsc]
url = "https://mcp-gsc.digestseo.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-gsc]
url = "https://{mcp_gsc_worker_domain}/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-gsc]
command = "npx"
args = ["-y", "@digestseo/mcp-gsc"]Add to ~/.codex/config.toml.
https://mcp-gsc.digestseo.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://{mcp_gsc_worker_domain}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-gsc": {
"url": "https://mcp-gsc.digestseo.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-gsc": {
"url": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-gsc": {
"type": "http",
"url": "https://mcp-gsc.digestseo.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-gsc": {
"type": "http",
"url": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-gsc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-gsc": {
"serverUrl": "https://mcp-gsc.digestseo.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-gsc": {
"serverUrl": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-gsc": {
"url": "https://mcp-gsc.digestseo.com/mcp"
}
}
}{
"mcpServers": {
"mcp-gsc": {
"url": "https://{mcp_gsc_worker_domain}/mcp"
}
}
}{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
]
}
}
}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.AKzar1el%2Fmcp-gsc)<a href="https://mcptoplist.com/server/io.github.AKzar1el%2Fmcp-gsc"><img src="https://mcptoplist.com/badge/io.github.AKzar1el%2Fmcp-gsc.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
akzar1el
Other servers by akzar1el
- GEO Tracker by DigestSEO#2,947 · 3 vers
- Google News & Trends MCP#4,059 · 2 vers
- Web Validator by DigestSEO#5,153 · 2 vers
- GodPrompt MCP Server#8,620 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.3.2-registry.1 | Aug 30, 2026 |
| 0.3.0 | Jul 13, 2026 |
| 0.2.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Google Search Console?
- Google Search Console is maintained by akzar1el, which publishes 5 MCP servers (11 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, Glama and mcp.so.
- How many versions does Google Search Console have?
- MCP Toplist tracks 3 versions 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/akzar1el/mcp-gsc.