MCP Lets Claude Analyze Google Search Console Data Automatically

A developer has released a free MCP (Model Context Protocol) server that gives Claude direct access to Google Search Console data. Instead of exporting CSVs weekly and uploading them, you can now ask Claude questions like "which pages have high impressions but low CTR" or "what queries did I lose ranking on this month" — and it queries your live search data in real time.
How it works
- Connect your Google account once to grant OAuth access. The MCP links your session to your Google login.
- Claude pulls data from Search Console: queries, pages, clicks, impressions, CTR, and average position.
- Works on any site you have GSC access to.
Cost and limitations
The Search Console data itself is free, though Google imposes rate limits. The MCP can also perform SEO tasks like keyword analysis using other paid data sources; the developer notes those incur costs (not part of the free tier).
Setup
- Sign up at calmseo.com/google-search-console-mcp with your email.
- Connect your Google account.
- Install the MCP in Claude (configuration instructions provided by the site).
An account is mandatory because the MCP needs to link your session to your Google identity. The project is brand new; the developer encourages feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also
DuckDB’s Quack Protocol Enables Client-Server with Multiple Concurrent Writers
DuckDB introduces the Quack remote protocol, allowing two DuckDB instances to communicate as client and server, supporting concurrent writers and leveraging HTTP for transport.

Claude Code Architecture Analysis from Leaked Source Maps
Analysis of Claude Code's 512,000-line TypeScript codebase reveals a Bun-based runtime with React/Ink CLI, 100+ commands, 38+ tools, and multi-agent coordination. The system uses Zod for validation, OpenTelemetry for telemetry, and includes context compression mechanisms.

ZuckerBot MCP Server Enables OpenClaw Agents to Run Meta Ads Campaigns
ZuckerBot is an MCP server that gives OpenClaw agents direct control over Meta Ads, allowing them to execute full campaign loops without human intervention. Over 50 unique agents are now live using it to pull competitor ads, generate targeting, launch campaigns, and adjust performance in code.

Relay: Open-Source Control Plane for OpenClaw AI Agents
Relay is an Electron desktop app that provides Claude Cowork-like workflow for OpenClaw, running on your infrastructure with your choice of LLM models and built-in governance features including approval gates and exportable audit trails.