Choose Data Explorer
STDIOMCP server setup tool for configuring and managing Claude Desktop Client integrations.
MCP server setup tool for configuring and managing Claude Desktop Client integrations.
Start by downloading the Claude Desktop Client: https://claude.ai/download
Install uv
brew install uv
Edit the claude_desktop_config.json
file (located in ~/Library/Application\ Support/Claude
) and add the following to the mcpServers section:
{ "mcpServers": { "Choose MCP Server": { "command": "uvx", "args": ["choose-mcp-server"], "env": { "PROJECT_ID": YOUR_PROJECT_ID, "DATASETS": DATASET_1,DATASET_2,DATASET_3 "DBT_MANIFEST_FILEPATH": YOUR_DBT_MANIFEST_FILEPATH } } } }
N.B: the dbt manifest file path is optional.
gcloud auth login --update-adc
For Windows users, you may need to add the APPDATA
environment variable to your Claude Desktop config file.
"env": { "APPDATA": "C:\\Users\\YOUR_USERNAME\\AppData\\Roaming", }