选择 MCP 服务器设置
首先下载 Claude 桌面客户端: https://claude.ai/download
安装 uv
brew install uv安装 MCP 服务器
编辑claude_desktop_config.json文件(位于~/Library/Application\ Support/Claude )并将以下内容添加到 mcpServers 部分:
{
"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
}
}
}
}注意:dbt 清单文件路径是可选的。
登录 Google Cloud 并更新您的应用程序默认凭据 (ADC)
gcloud auth login --update-adc打开 Claude Desktop 并开始提问!
故障排除
对于 Windows 用户,您可能需要将APPDATA环境变量添加到您的 Claude Desktop 配置文件中。
"env": {
"APPDATA": "C:\\Users\\YOUR_USERNAME\\AppData\\Roaming",
}This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.