Untappd Model Context Protocol Server
@jtucker
关于 Untappd Model Context Protocol Server
Untappd Model Context Protocol Server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Untappd Model Context Protocol Server?
A simple MCP server written in Node.js to query the Untappd API. It provides three tools for searching beers, getting beer details, and retrieving user checkins (currently non‑functional). Intended for use with MCP‑compatible clients like Claude Desktop.
How to use Untappd Model Context Protocol Server?
Install dependencies with npm install, build with npm run build, then add the server configuration to your Claude Desktop config file. Run npm run watch for development with auto‑rebuild or npm run inspector for debugging with MCP Inspector.
Key features of Untappd Model Context Protocol Server
- Searches Untappd for a beer (
search_beer) - Gets detailed beer info by beer ID (
get_beer_info) - Retrieves a user’s checkins (
get_user_checkins– currently not working) - Communicates over stdio via the MCP protocol
- Built for Node.js, easy to integrate with Claude Desktop
Use cases of Untappd Model Context Protocol Server
- Look up a beer by name and get its Untappd details
- Obtain detailed beer information (e.g., ABV, brewery, rating) using a beer ID
- Retrieve a logged‑in user’s recent checkins (once the tool is fixed)
FAQ from Untappd Model Context Protocol Server
Can I still get an Untappd API key?
No. Untappd is no longer accepting registrations for new API keys, so this server can only be used with an existing, valid key.
Why does get_user_checkins not work?
The README states that this tool “currently does not work” and will return a user’s checkins once implemented.
What runtime and dependencies are required?
Node.js is required. Dependencies are installed via npm install.
Where do I configure this server for Claude Desktop?
On macOS, add the server to ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows, use %APPDATA%/Claude/claude_desktop_config.json.
How can I debug the server?
Use the MCP Inspector by running npm run inspector; it provides a URL with debugging tools.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论