
Choose MCP Server
Set up a customizable MCP server to enhance your Claude Desktop experience. Easily integrate with Google Cloud and manage datasets for seamless data interaction. Start asking questions and leverage your data effectively with this setup.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install keurcien/choose-mcp-server -c claude
This command will automatically install and configure the Choose MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Choose MCP Server": {
"command": "uvx",
"args": [
"choose-mcp-server"
],
"env": {
"YOUR_DB": "${input:your_db}",
"YOUR_USER": "${input:your_user}"
}
}
}
}
Choose MCP Server Setup
-
Start by downloading the Claude Desktop Client: https://claude.ai/download
-
Install uv
brew install uv
- Install the MCP server
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.
- Log into Google Cloud and update your Application Default Credentials (ADC)
gcloud auth login --update-adc
- Open Claude Desktop and start asking questions!
Troubleshooting
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",
}
Stars
0Forks
2Last commit
4 months agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to Choose MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit