---
slug: "untapped"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/etoxin/untapped-mcp@main/README.md"
repo: "https://github.com/etoxin/untapped-mcp"
source_file: "README.md"
branch: "main"
---
# untapped-mcp

A Untapped MCP server to be used with claude.

## Setup

### Get API Key

### Usage with Claude Desktop

Add the following to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "Untappd": {
      "command": "node",
      "args": ["/Users/user/projects/untapped-mcp/build/index.js"],
      "env": {
        "UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}
```
