AminForou/mcp-gsc — GitHub Repository Preview
Developer Tools ★ 542 Python

AminForou/mcp-gsc

by @AminForou ·

542 Stars
76 Forks
4 Issues
Python Language

MCP server connecting Google Search Console to AI assistants like Claude, Cursor, and Gemini CLI. Enables natural language analysis of SEO data including search analytics, URL inspection, sitemap management, and property information. Supports OAuth and service account authentication with multi-dimensional filtering and data visualization through AI assistants. Essential for SEO professionals using AI tools.

AminForou
@AminForou Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/AminForou/mcp-gsc.git

Quick Start Example

bash
# Install
pip install mcp-gsc

# Configure with Claude Desktop
{
  "mcpServers": {
    "gsc": {
      "command": "mcp-gsc",
      "args": ["--auth", "oauth"]
    }
  }
}
# Then ask: "Show my top queries this week"

Tags

#seo#google-search-console#mcp#ai#analytics#python

Related Projects