Metadata-Version: 2.2
Name: choose-mcp-server
Version: 0.1.3
Summary: Add your description here
Requires-Python: >=3.10.6
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-bigquery>=3.29.0
Requires-Dist: mcp[cli]>=1.3.0

# Choose MCP Server Setup

## Pre-requisites

1. Start by downloading the Claude Desktop Client: https://claude.ai/download

2. Install `uv`

```
brew install uv
```

or

```
pip install uv
```

## Install the MCP server

1. Clone the repository

```
git clone git@github.com:keurcien/choose-mcp-server.git
cd choose-mcp-server
```

2. Install the dependencies in a virtual environment

```
uv sync
```

3. Install the server

```
uv run mcp install main.py -v PROJECT_ID=YOUR_PROJECT_ID -v DATASET=YOUR_DATASET
```

## Check that the MCP server has been correctly installed

Now you should see the Choose MCP server in the list of installed MCP servers:

```
cat ~/Library/Application\ Support/Claude/claude_desktop_config.json
```

Open Claude Desktop and start asking questions!
