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.
- Host: GitHub
- URL: https://github.com/etoxin/untapped-mcp
- Owner: etoxin
- License: apache-2.0
- Created: 2025-03-07T22:52:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T03:31:28.000Z (9 months ago)
- Last Synced: 2025-07-04T03:12:33.401Z (5 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **untapped-mcp** - A Untapped MCP server to be used with claude. `typescript` `mcp` `server` `npm install etoxin/untapped-mcp` (🌐 Web Development)
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": ""
}
}
}
}
```