Choose MCP Server

local-only server

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

Integrations

  • Integrates with dbt through a manifest file path, likely enabling querying or analysis of dbt models and metadata.

  • Authenticates with Google Cloud using Application Default Credentials, with access to datasets based on a Project ID.

MCPサーバー設定を選択

  1. まず、Claude デスクトップ クライアントをダウンロードしてください: https://claude.ai/download
  2. uvをインストールする
brew install uv
  1. 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 マニフェスト ファイル パスはオプションです。

  1. Google Cloud にログインし、アプリケーションのデフォルト認証情報(ADC)を更新します
gcloud auth login --update-adc
  1. Claude Desktop を開いて、質問を始めましょう!

トラブルシューティング

Windows ユーザーの場合、Claude Desktop 構成ファイルにAPPDATA環境変数を追加する必要がある場合があります。

"env": { "APPDATA": "C:\\Users\\YOUR_USERNAME\\AppData\\Roaming", }
-
security - not tested
F
license - not found
-
quality - not tested

Claude Desktop 用の MCP サーバー。ユーザーは、Claude Desktop 構成でプロジェクト ID とデータセットを構成することで、選択した Google Cloud データセットからデータをクエリできます。

  1. Troubleshooting
    ID: 1xc2x7lu9g