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
Hax: A Minimalist Terminal-Native Coding Agent in C
Hax is a single native C binary that starts instantly, uses only a few MB of RAM, and treats local LLMs as first-class citizens. It auto-discovers llama.cpp and other providers with no config blocks.

Cascade Graph: Interactive Map of AI Energy Constraints and Supply Chokepoints
The Cascade Graph is a directed knowledge graph of the physical economy, mapping 405 nodes (drivers, chokepoints, geographies, tickers) connected by 597 sourced edges to trace how structural pressure cascades from energy and physics constraints through to investable assets.

Open-source Specialist Dispatch adapter delegates complex tasks to Claude Code
expert-dispatch is a ~500-line bash script that lets a cheap AI assistant delegate complex coding tasks to Claude Code CLI. It uses commands like dispatch-cc run to send tasks and maintains per-project directories with CLAUDE.md for persistent context.

Bridge Claude Code to Chat Apps for Remote Interaction
A GitHub project called cc-connect bridges Claude Code to messaging platforms like Slack and Telegram, allowing remote interaction without exposing your local machine. The agent runs locally while a small bridge relays messages between the agent and chat apps.