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

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.
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.

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.
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.