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

Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code
Claude Review is an open-source IntelliJ plugin that automatically reviews code changes on every file save using Claude Code. It sends unstaged git diffs to Claude with customizable prompts and displays findings as native IntelliJ annotations.
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.

120 Prompt Patterns Tested: 8 That Actually Work for Claude Code
A 3-month empirical test of 120 prompt patterns for Claude Code yields 8 actionable commands and 5 validation prompts. Key patterns: L99 (cuts hedging), /ghost (removes AI voice), OODA (structured reasoning), ULTRATHINK (deep reasoning), HARDMODE (constraint debugging).

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.