BigQuery MCP server for Claude — query any BigQuery dataset in natural language, with built-in SEO analysis tools for GSC bulk export data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"suganthans-bigquery-": {
"command": "npx",
"args": [
"-y",
"Suganthan-Mohanadasan/Suganthans-BigQuery-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add suganthans-bigquery- npx -y Suganthan-Mohanadasan/Suganthans-BigQuery-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"suganthans-bigquery-": {
"command": "npx",
"args": [
"-y",
"Suganthan-Mohanadasan/Suganthans-BigQuery-MCP-Server"
]
}
}
}