Untappd
About
Provides a bridge to the Untappd beer tracking API, enabling search and retrieval of detailed beer and brewery information through a robust TypeScript implementation.
Details
- Author
- etoxin
- Repository
- etoxin/untapped-mcp
- Downloads
- 169
- License
- Apache License 2.0
- Categories
- AI, Design, Developer Tools, Search, Knowledge Base, Frontend, Infrastructure, Other
- Tags
- #integration
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
UntappdCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/Users/user/projects/untapped-mcp/build/index.js
Environment-
UNTAPPED_API_CLIENT_ID
<YOUR_CLIENT_ID> -
UNTAPPED_API_CLIENT_SECRET
<YOUR_CLIENT_SECRET>
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone or download the repository, obtain your Untappd API client ID and secret, then add the server configuration to your Claude Desktop's claude_desktop_config.json using the node command pointing to the built index.js file. The environment variables UNTAPPED_API_CLIENT_ID and UNTAPPED_API_CLIENT_SECRET must be set.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"untappd": {
"env": {
"UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
"UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
},
"args": [
"/Users/user/projects/untapped-mcp/build/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": {
"UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
"UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
},
"args": [
"/Users/user/projects/untapped-mcp/build/index.js"
],
"command": "node"
}
Macos
{
"env": {
"UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
"UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
},
"args": [
"/Users/user/projects/untapped-mcp/build/index.js"
],
"command": "node"
}
Windows
{
"env": {
"UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
"UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
},
"args": [
"/Users/user/projects/untapped-mcp/build/index.js"
],
"command": "node"
}
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>"
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




