Choose MCP Server Setup
@keurcien
关于 Choose MCP Server Setup
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Choose MCP Server": {
"command": "uvx",
"args": [
"choose-mcp-server"
],
"env": {
"PROJECT_ID": "",
"DATASETS": "",
"DBT_MANIFEST_FILEPATH": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Choose MCP Server Setup?
Choose MCP Server Setup is an MCP server that enables interaction with Google Cloud BigQuery datasets and optionally dbt metadata through natural language questions in Claude Desktop. It is intended for users who work with data in BigQuery and want to query it conversationally.
How to use Choose MCP Server Setup?
Install the uv package manager, then edit the Claude Desktop configuration file (claude_desktop_config.json) to add the server with command uvx and arguments choose-mcp-server. Set the environment variables PROJECT_ID, DATASETS (comma‑separated), and optionally DBT_MANIFEST_FILEPATH. Authenticate with Google Cloud by running gcloud auth login --update-adc, then open Claude Desktop and start asking questions.
Key features of Choose MCP Server Setup
- Uses uvx to run the server with no manual installation.
- Requires a Google Cloud project ID and dataset list.
- Optionally integrates a dbt manifest file.
- Authenticates via Google Cloud Application Default Credentials.
- Supports Windows with additional APPDATA environment variable.
Use cases of Choose MCP Server Setup
- Asking natural language questions about data in BigQuery datasets.
- Querying multiple datasets in a single Google Cloud project.
- Combining dbt metadata with BigQuery data for enhanced context.
FAQ from Choose MCP Server Setup
What prerequisites are needed for Choose MCP Server Setup?
Claude Desktop, uv (install via brew install uv on macOS), a Google Cloud project, and valid Application Default Credentials.
Where is the Claude Desktop configuration file located?
On macOS it is at ~/Library/Application\ Support/Claude/claude_desktop_config.json. On Windows, the path uses the APPDATA environment variable.
How do I authenticate with Google Cloud for Choose MCP Server Setup?
Run gcloud auth login --update-adc to log in and update your Application Default Credentials.
What environment variables are required?
PROJECT_ID (your Google Cloud project ID) and DATASETS (a comma‑separated list of dataset names). DBT_MANIFEST_FILEPATH is optional.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论