MCP.so
ログイン

Choose MCP Server Setup

@keurcien

Choose MCP Server Setup について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

keurcien

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ