An open API service indexing awesome lists of open source software.

https://github.com/etoxin/untapped-mcp

A Untapped MCP server to be used with claude.
https://github.com/etoxin/untapped-mcp

Last synced: 5 months ago
JSON representation

A Untapped MCP server to be used with claude.

Awesome Lists containing this project

README

          

# 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/adamlusted/projects/untapped-mcp/build/index.js"],
"env": {
"UNTAPPED_API_CLIENT_ID": "",
"UNTAPPED_API_CLIENT_SECRET": ""
}
}
}
}
```