Using SEO Gets MCP with Gemini and Other AI Clients
SEO Gets MCP works with any AI client that supports the Model Context Protocol (MCP). While we've documented the setup for Claude Desktop, the same MCP server can connect to Gemini, Cursor, Windsurf, and other MCP-compatible tools.
What is MCP?
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external data sources. Think of it like a universal adapterโonce you have your SEO Gets MCP key, you can plug it into any MCP-compatible client.
Which other AI clients work with SEO Gets MCP?
Any client that supports the MCP standard can connect to SEO Gets, including:
Gemini CLI โ Google's command-line tool for Gemini
Cursor โ AI-powered code editor
Windsurf โ AI development environment
Other MCP clients โ any tool that implements the MCP protocol
Your MCP endpoint
No matter which client you use, the connection details stay the same:
Endpoint:
https://app.seogets.com/mcpAuth: Bearer token using your MCP API key
Get your key: Settings โ API & MCP Keys in SEO Gets
What MCP supports: GSC performance data, indexing status, and site-level queries. What it doesn't support: image search queries, Discover/News/Video breakdowns, or GA4 metrics. For those, use the SEO Gets dashboard directly.
Setting up with Claude Desktop
We have a complete guide for Claude Desktop with troubleshooting tips and configuration examples:
Setting up with other clients
For Gemini CLI, Cursor, Windsurf, or other MCP clients, you'll need to:
Create an MCP key in Settings โ API & MCP Keys
Copy your key (you'll only see it once)
Add the MCP server to your client's configuration using the endpoint above
Restart your AI client to activate the connection
The exact configuration format varies by client. Check your client's MCP documentation for how to add a remote MCP server with bearer token authentication.
Questions you can ask
Once connected, any MCP client can query your SEO Gets data. For example prompts and capabilities, see our guide:
When querying your data, always specify the exact property name. For example: "What are the top pages for example.com last month?" instead of just "What are my top pages?"
Need help?
If you run into issues connecting with a non-Claude client, the troubleshooting steps are generally the same:
Verify your MCP key is correct and hasn't been revoked
Check that Node.js is installed (required for the MCP server)
Ensure your configuration syntax is valid JSON
Restart your AI client after making config changes