A Model Context Protocol (MCP) server that provides programmatic access to Google Search Console API data through Claude Code and Cursor.
Server Config
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"google-search-console-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"GOOGLE_REDIRECT_URI": "http://localhost:8080",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token"
}
}
}
}