GenieSeo vs mcp-gsc (AminForou) — 2026
mcp-gsc is the most-starred open-source GSC MCP server. GenieSeo is the hosted alternative. Both connect Claude to Google Search Console. The difference is setup time, GA4 support, and where they run.
Choose GenieSeo if…
- ✓ You want to be querying in under 60 seconds
- ✓ You need GA4 and Search Console together
- ✓ You use Claude on the web (not just Desktop)
- ✓ You do not want to manage client_secrets.json
- ✓ You share access with a non-technical teammate
Choose mcp-gsc if…
- ✓ You are a developer comfortable with uvx / pip
- ✓ You need Google tokens to stay entirely on your laptop
- ✓ You only use Claude Desktop (stdio works fine)
- ✓ You want to fork and add custom GSC tools
- ✓ You want free open-source with no vendor dependency
Side-by-side comparison
| Factor | GenieSeo | mcp-gsc (AminForou) |
|---|---|---|
| Type | Hosted SaaS (HTTPS URL) | Open-source, self-hosted |
| Setup time | ~60 seconds | 30–60+ minutes |
| Python required | Never | Yes (uvx or pip) |
| Google Cloud project needed | No | Yes (OAuth app) |
| client_secrets.json | Never | Required |
| Claude web (claude.ai) | ✓ Yes | ✗ No (stdio only) |
| Claude Desktop | ✓ Yes | ✓ Yes |
| Cursor / Codex | ✓ Yes | Needs HTTP wrapper |
| Search Console tools | 21 | ~15+ |
| GA4 tools on same URL | ✓ 7 included | ✗ No |
| SC × GA4 cross-reference | ✓ One session | ✗ Manual join |
| Token storage | Encrypted server-side, revocable | Local ~/.config files |
| Air-gapped / compliance | Trust the host | ✓ Full local control |
| Recipe / prompt library | ✓ 19+ recipes | ✗ Not included |
| Cost | Free (beta) | Free (self-hosted) |
| Maintenance | Zero (we ship updates) | You pull and redeploy |
| Community | Growing | 500+ GitHub stars |
The setup gap
mcp-gsc requires a Google Cloud project, an OAuth consent screen, a client_secrets.json file, Python, and a uvx command. The average developer gets there in 30–60 minutes. Non-developers often give up at the Google Cloud Console step.
GenieSeo collapses this to: sign in with Google → copy URL → paste into Claude. Under 60 seconds. No configuration files, no terminal.
The GA4 gap
mcp-gsc is Search Console only. If you want to ask "which queries drove the most conversions last month?" you need a separate GA4 MCP server, a second connector in Claude, and manual cross-referencing between threads.
GenieSeo includes 7 GA4 tools on the same URL so Claude can join Search Console clicks to GA4 conversions in a single query — no copy-paste between tools.
When self-hosted is right
If your organisation has strict data-residency requirements or prohibits third-party token vaults, mcp-gsc running on your laptop or private server is the correct choice. You control the Google OAuth credentials end-to-end. GenieSeo stores encrypted refresh tokens on our infrastructure — revocable at any time, but still a third-party host.
FAQ
What is mcp-gsc?+
mcp-gsc is an open-source Google Search Console MCP server by AminForou, hosted on GitHub. You install it locally via uvx or pip and configure it with Google Cloud credentials. It is one of the most-starred GSC MCP repositories.
Is GenieSeo based on mcp-gsc?+
No. GenieSeo is a separate product sharing the same open-source server codebase on GitHub (nrvmodi/google-search-console-mcp), which is distinct from AminForou/mcp-gsc. GenieSeo adds hosted multi-tenant infrastructure, GA4 tools, and OAuth without configuration files.
Does mcp-gsc include GA4 tools?+
No. AminForou/mcp-gsc is Google Search Console only. GenieSeo includes 7 GA4 tools on the same MCP URL so you can cross-reference clicks and conversions in one AI conversation.
Can mcp-gsc work in Claude on the web?+
Not directly. mcp-gsc defaults to stdio transport for Claude Desktop. Claude on the web (claude.ai) requires Streamable HTTP. GenieSeo provides an HTTPS URL that works in Claude web, Cursor, Codex, and any other Streamable HTTP client.
Which is cheaper?+
mcp-gsc is free open-source software — you pay nothing but your time and Google Cloud setup. GenieSeo is free during beta. Long-term, GenieSeo will introduce a paid tier; mcp-gsc stays free if you self-host.
Skip the 45-minute mcp-gsc setup.
One Google sign-in. 28 tools (GSC + GA4). Works in Claude web, Cursor, Codex. Free during beta.
Related