Best for
- SEO professionals
- Content marketers
- Website owners
- Developers integrating Search Console data into their applications or workflows.
Based on the feature list in the README, the server appears feature-rich, but the source provides no user reviews or usage experience. As a third-party project, use with caution and ensure key security.
This is a Model Context Protocol (MCP) server that provides access to Google Search Console data. It offers enhanced analytics capabilities such as retrieving up to 25,000 rows of performance data, advanced filtering including regex patterns, quick wins detection, and rich dimensions like query, page, country, device, and search appearance.
{
"mcpServers": {
"gsc": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
}
}
}
}