etoxin/untapped-mcp
If you are the rightful owner of untapped-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Untapped MCP is a server designed to integrate with Claude, providing a seamless connection to the Untappd API.
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
:
{
"mcpServers": {
"Untappd": {
"command": "node",
"args": ["/Users/adamlusted/projects/untapped-mcp/build/index.js"],
"env": {
"UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
"UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
}
}
}
}