Untappd Model Context Protocol Server logo

Untappd Model Context Protocol Server

by jtucker

A simple MCP server written in Node.js to query the Untappd API for beer information, allowing integration with tools like Claude Desktop.

View on GitHub

Last updated: N/A

What is Untappd Model Context Protocol Server?

This is a Model Context Protocol (MCP) server that allows you to query the Untappd API. It is built using Node.js and provides tools to search for beer information and retrieve detailed beer data.

How to use Untappd Model Context Protocol Server?

To use this server with Claude Desktop, you need to install the dependencies, build the server, and then add the server configuration to the Claude Desktop configuration file (claude_desktop_config.json). The configuration specifies the path to the built server executable. You can also use the MCP Inspector for debugging.

Key features of Untappd Model Context Protocol Server

  • Search for beer

  • Get detailed beer information

  • Integration with Claude Desktop

  • Debugging with MCP Inspector

Use cases of Untappd Model Context Protocol Server

  • Integrating beer information into AI workflows

  • Providing beer recommendations based on user input

  • Building beer-related applications

  • Enhancing Claude Desktop with beer data

FAQ from Untappd Model Context Protocol Server

What is MCP?

Model Context Protocol (MCP) is a protocol for communication between applications and services.

What is Untappd API?

Untappd API is an interface to query the Untappd service.

How do I install the dependencies?

Run npm install in the project directory.

How do I build the server?

Run npm run build in the project directory.

How do I debug the server?

Use the MCP Inspector by running npm run inspector.