Description
This MCP server, developed by ahonn, provides AI assistants like Claude with access to Google Search Console data. It offers tools for retrieving search analytics information with customizable parameters such as date ranges, dimensions, and search types. The server leverages Google Cloud authentication for secure API access. By integrating AI capabilities with Google Search Console insights, this implementation enables data-driven SEO analysis and website performance optimization. It is particularly useful for scenarios requiring trend analysis, keyword research, or automated reporting of search traffic metrics in AI-assisted digital marketing and web analytics applications.
🔬 Playground
Try Google Search Console live in the browser with security context.
Installation
npx -y mcp-server-gsc npm install mcp-server-gsc git clone https://github.com/ahonn/mcp-server-gsc Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.