Free MCP Lets Claude Analyze Google Search Console Data Automatically

✍️ OpenClawRadar📅 Published: May 19, 2026🔗 Source
Free MCP Lets Claude Analyze Google Search Console Data Automatically
Ad

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

  1. Visit https://calmseo.com/google-search-console-mcp
  2. Sign in with your email (mandatory — the session needs to be linked to your Google account)
  3. Connect Google by authorizing the app
  4. Install the MCP into Claude

This is a new product — the author is actively seeking feedback.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

AutoBe: How Weak Local LLMs Fixed an AI Backend Generator's Architecture
Tools

AutoBe: How Weak Local LLMs Fixed an AI Backend Generator's Architecture

AutoBe is an open-source AI agent that generates complete backend apps using TypeScript, NestJS, and Prisma. The team discovered their initial 100% compilation success produced unmaintainable code, then rebuilt with modular generation—crashing success to 40%—and used weak local LLMs like qwen3-30b-a3b-thinking to debug schema ambiguities.

OpenClawRadar
🦀
Tools

Balloon That Pops When Claude Finishes: Physical Agent UI with whisper.cpp

A desktop balloon inflates as you speak a task, then floats across your screen while Claude Code runs the agent. Transcription runs locally via whisper.cpp, agents use your existing Claude Code login. Open source.

OpenClawRadar
Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
Tools

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support

A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

OpenClawRadar
🦀
Tools

LTM: A JSON Protocol for Portable Agent Memory Across Models and Machines

LTM is a JSON protocol (Core Memory Packet) plus CLI/server for persisting agent context—dead ends, constraints, next steps—across models, editors, and machines. Packets are 2-5 KB, redact secrets, and support MCP.

OpenClawRadar