Choose MCP ServerServer

keurcien
GitHub
Google CloudData QueryingLocal Server

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Choose MCP Server": {
        "env": {
          "DATASETS": "DATASET_1,DATASET_2,DATASET_3",
          "PROJECT_ID": "YOUR_PROJECT_ID",
          "DBT_MANIFEST_FILEPATH": "YOUR_DBT_MANIFEST_FILEPATH"
        },
        "args": [
          "choose-mcp-server"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

Claude Desktopuv

Features

  • Query Google Cloud datasets
  • Integrate with dbt

💬 Example Queries

  • How do I query datasets from Google Cloud?
  • What datasets are available in my project?