mcp-server-bigquery
stdioUsed by 2 plugins
Installs ndf, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub takemi-ohama/ai-agent-marketplace --plugin ndfAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"mcp-server-bigquery": {
"command": "uvx",
"args": [
"mcp-server-bigquery@latest"
],
"env": {
"BIGQUERY_PROJECT": "${BIGQUERY_PROJECT}",
"BIGQUERY_DATASETS": "${BIGQUERY_DATASETS}",
"BIGQUERY_KEY_FILE": "${BIGQUERY_KEY_FILE}",
"BIGQUERY_LOCATION": "${BIGQUERY_LOCATION}"
}
}
}
}Replace placeholder values for: BIGQUERY_KEY_FILE
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
uvxAccess Level
write
Arguments
mcp-server-bigquery@latest
Environment Variables
BIGQUERY_PROJECT=${BIGQUERY_PROJECT}BIGQUERY_DATASETS=${BIGQUERY_DATASETS}BIGQUERY_KEY_FILE=${BIGQUERY_KEY_FILE}BIGQUERY_LOCATION=${BIGQUERY_LOCATION}Required Secrets
BIGQUERY_KEY_FILE