Bar Assistant MCP Server

Bar Assistant MCP Server

Enables intelligent cocktail discovery and recipe retrieval from Bar Assistant instances with natural language search, similarity matching, batch processing, and ingredient analysis capabilities.

Category
Visit Server

README

Bar Assistant MCP Server

A high-performance Model Context Protocol (MCP) server that provides intelligent cocktail search and recipe retrieval from Bar Assistant instances.

Features

A high-performance Model Context Protocol (MCP) server that provides intelligent cocktail search and recipe retrieval with advanced batch processing capabilities.A Model Context Protocol (MCP) server that integrates with Bar Assistant, enabling natural language interactions with your cocktail database through AI assistants like GitHub Copilot.

  • 🔍 Smart Cocktail Search - Natural language queries with similarity matching

  • 📖 Complete Recipes - Detailed ingredients, instructions, and specifications

  • 🎯 Similarity Engine - Discover cocktails similar to your favorites## 🚀 Features## Features

  • 🧪 Ingredient Analysis - Find cocktails by ingredients, flavors, and characteristics

  • Batch Processing - Retrieve multiple recipes simultaneously (5-10x faster)

  • 💾 Smart Caching - Intelligent caching with 70%+ hit rate

  • 🔧 Advanced Filtering - ABV ranges, glassware, preparation methods, and more### Intelligent Cocktail Discovery- 🔍 Search Cocktails - Find drinks by name, ingredient, base spirit, or ABV

Prerequisites

  • Node.js 18 or higher- 🧪 Ingredient Analysis: Find cocktails by ingredients, flavors, and characteristics - 🎯 Smart Recommendations - Find similar cocktails based on flavor profiles

  • Access to a Bar Assistant instance

  • Bar Assistant API token- 🎯 Advanced Filtering: ABV ranges, glassware, preparation methods, and more- 📦 Inventory Management - Check what you can make with available ingredients

Installation

  1. Clone the repository:
git clone https://github.com/zhdenny/bar-assistant-mcp-server
cd bar-assistant-mcp-server
npm install
npm run build

Environment Variables

Set the following environment variables or configure them in your MCP client:


export BAR_ASSISTANT_URL="https://saltrim.domain.com/bar"

export BAR_ASSISTANT_TOKEN="token"

export BAR_ASSISTANT_BAR_ID="1"  # Set to the Bar Assistant Bar ID for the bar you want to query

Claude Desktop Configuration

Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "bar-assistant": {
      "command": "node",
      "args": [
        "/root/path/to/bar-assistant-mcp-server/dist/src/bar-assistant-mcp-server.js"
      ],
      "env": {
        "BAR_ASSISTANT_URL": "https://saltrim.domain.com/bar",
        "BAR_ASSISTANT_TOKEN": "token",
        "BAR_ASSISTANT_BAR_ID": "1"
      }
    }
  }
}

Getting Your Bar Assistant API Token

  1. Build and Start

  2. Log into your Bar Assistant instance

  3. Navigate to Settings → API```bashOnce configured in VS Code, you can ask natural language questions like:

  4. Generate a new API token

  5. Copy the token and use it in your configurationnpm run build

Usage

Once configured, you can interact with the server through your MCP client. Here are some example queries:

"What cocktails can I make with gin and vermouth?"

"Show me the recipe for a Manhattan"

"Give me recommendations on cocktails like a Negroni"

"What ingredients do I need to buy to make these 5 cocktails?"

"Show me how to make a Manhattan"

"What cocktails can I make with gin and vermouth?"

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured