Free MCP Lets Claude Analyze Google Search Console Data Automatically

A developer built a free MCP server that connects Claude to Google Search Console, eliminating the need to manually export CSVs each week. Once you log in with Google to authorize access, Claude can pull Search Console data directly and answer natural language questions about your site's performance.
What It Does
- Pulls Search Console data — queries, pages, clicks, impressions, CTR, position — straight into Claude
- Supports questions like "which pages have high impressions but low CTR" or "what queries did I lose ranking on this month"
- Works on any site you have Google Search Console access to
Cost and Limitations
Search Console data access is completely free, though rate limits apply. The MCP also offers other SEO tasks such as keyword analysis, which is not covered by the free plan since that data costs the developer money.
Installation
- Visit
https://calmseo.com/google-search-console-mcp - Sign in with your email (mandatory — the session needs to be linked to your Google account)
- Connect Google by authorizing the app
- Install the MCP into Claude
This is a new product — the author is actively seeking feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.

OpenMontage: Open-Source Agentic Video Production System for AI Coding Assistants
OpenMontage is an open-source video production system that transforms AI coding assistants like Claude Code into full production studios. It handles research, scene planning, script writing, voice narration, music selection, subtitle generation, and validation through automated pipelines.

CAL: Open-Source Context Optimization Layer for LLM Agents
CAL (Context Assembly Layer) is a Python library that reduces Claude API token usage by 83% through intelligent context selection and compression. It's available via pip install and MIT licensed.

Argus: A VS Code Extension to Debug Claude Code Session Costs and Behavior
A developer built Argus, a VS Code extension that parses Claude Code JSONL transcripts into a real-time timeline with per-step token/cost breakdown, cache hit ratio, and flagging of retry loops, duplicate reads, and context pressure.