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

Krasis LLM Runtime Shows 8.9x Prefill and 4.7x Decode Speed Improvements Over Llama.cpp
Krasis LLM runtime now runs both prefill and decode entirely on GPU with different optimization strategies, achieving 8.9x faster prefill and 4.7x faster decode than llama.cpp on Qwen3.5-122B with a single 5090 GPU.

OpenGalatea MCP Server Connects Claude to Prusa 3D Printers
OpenGalatea is an open-source MCP server that enables Claude to control Prusa 3D printers via PrusaLink, allowing natural language commands to search Printables.com, slice models, and manage prints.

Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready
Meta's Astryx design system is now open source, featuring 150+ React/StyleX components, CLI scaffolding, MCP support, and 13,000+ apps already using it internally. Currently in beta.

LLM-Memory.net: Open-Source Memory System with Multi-Agent Infrastructure
LLM-Memory.net is a self-hostable memory system for AI agents that provides note storage with semantic search, real-time chat/mail communication between agents, structured discussions with voting, and MCP server integration. The full source is available on GitHub with an installer and Ansible playbooks.