mcp-server-gsc
A Model Context Protocol (MCP) server providing comprehensive access to Google Search Console data with enhanced analytics capabilities.
This MCP server allows users to retrieve extensive performance data from Google Search Console, enabling them to analyze up to 25,000 rows of search analytics. It supports advanced filtering options, including regex patterns and multiple filter operators, making it easier to pinpoint specific data insights. Additionally, the server automatically identifies optimization opportunities, helping users to enhance their website's performance in search results. With rich dimensions available for analysis, users can query data based on page, country, device, and search appearance. The server also offers flexible date ranges, allowing for customizable reporting periods and access to historical data. This comprehensive tool is designed for users looking to leverage Google Search Console data for better decision-making and improved website performance.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-gsc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions