bigquery mcp for Cursor
io.github.snowleopard-ai/bigquery-mcp
A SnowLeopardAI-managed MCP server that provides access to Google BigQuery data.
client:Cursor
transport:stdio
runtime:pypi
Install bigquery mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bigquery-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sl-bigquery-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs