Skip to main content
Glama

Choose MCP Server

by keurcien

Choose MCP Server Setup

  1. Start by downloading the Claude Desktop Client: https://claude.ai/download
  2. Install uv
brew install uv
  1. 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.

  1. Log into Google Cloud and update your Application Default Credentials (ADC)
gcloud auth login --update-adc
  1. 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", }
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

An MCP server for Claude Desktop that allows users to query data from selected Google Cloud datasets by configuring project ID and datasets in the Claude Desktop configuration.

  1. Troubleshooting

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      The MCP server provides access to Clever Cloud's documentation, allowing users to query and interact with it through Model Context Protocol clients like Claude Desktop.
      Last updated -
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      Enables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.
      Last updated -
      8
      Python
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to interact with and manage Google Cloud Platform resources including Compute Engine, Cloud Run, Storage, BigQuery, and other GCP services through a standardized MCP interface.
      Last updated -
      1
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      A local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.
      Last updated -
      42
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/keurcien/choose-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server