Back to Apps

Google Search Console MCP
by AminForou
Analyze SEO data and Google Search Console insights through natural language conversations with your AI assistant.
0 stars
Works in:CursorCodexGemini CLI
Exposes:ToolsResources
What it does
Connects Google Search Console (GSC) to AI assistants, enabling SEO professionals to query search analytics, inspect URLs, and manage sitemaps using natural language.
Tools
get_search_analytics: Retrieves top queries and pages with clicks, impressions, CTR, and position.inspect_url_enhanced: Provides detailed crawl and index status for specific URLs.list_properties: Shows all GSC properties associated with the account.compare_search_periods: Compares performance between two different date ranges.get_sitemaps: Lists all sitemaps and their current status for a site.
Installation
For Claude Desktop, add the following to claude_desktop_config.json:
{
"mcpServers": {
"gscServer": {
"command": "uvx",
"args": ["mcp-search-console"],
"env": {
"GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
}
}
}
}
Supported hosts
- claude
- cursor
- codex
- gemini-cli
Quick install
uvx mcp-search-consoleInformation
- Pricing
- free
- Published
- 4/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml using uvx mcp-search-consoleCursor
Add to ~/.cursor/mcp.json using uvx mcp-search-consoleGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{"mcpServers": {"gscServer": {"command": "uvx", "args": ["mcp-search-console"], "env": {"GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"}}}}





