MCP Server
MCP
io.github.chrischall/untappd-mcp
Untappd MCP — search beers/breweries/venues, read check-ins & wishlists, post check-ins
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "untappd-mcp",
"version": "1.8.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Untappd username or login email.",
"isRequired": true,
"format": "string",
"name": "UNTAPPD_USERNAME"
},
{
"description": "Your Untappd account password (used only for xauth login).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNTAPPD_PASSWORD"
},
{
"description": "Untappd mobile app client id (obtained by intercepting the app; see README).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNTAPPD_CLIENT_ID"
},
{
"description": "Untappd mobile app client secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNTAPPD_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment