Productivity|Development|Data|Communication|AI / ML|AnalyticsPython
mcp-gsc
A Model Context Protocol (MCP) server that connects Google Search Console (GSC) to AI assistants for SEO analysis.
N/A rating (0 reviews)0 installs631 GitHub stars
SEOGoogle Search ConsoleAI Integration
This server allows users to analyze their SEO data through natural language conversations with AI assistants. It provides functionalities for property management, search analytics, URL inspection, and sitemap management.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-gsc-1": {
"args": [
"mcp-gsc"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.