Skip to main content
Glama
Yusuke-Shibata23

Cocktail

Cocktail MCP Server

An MCP server that uses TheCocktailDB API. By connecting it to Claude Desktop, you can search for cocktail recipes and retrieve ingredient information using natural language.

Setup

npm install
npm run build

Related MCP server: Bar Assistant MCP Server

Claude Desktop Configuration

Add the following to claude_desktop_config.json:

{
  "mcpServers": {
    "cocktail": {
      "command": "node",
      "args": ["/path/to/cocktail-mcp-server/dist/index.js"]
    }
  }
}

Available Tools

Tool Name

Description

Arguments

search_cocktail

Search for recipes by cocktail name

name: string

search_by_ingredient

Reverse lookup cocktails by ingredient

ingredient: string

get_random_cocktail

Recommend a random cocktail

None

get_ingredient_info

Get detailed information about an ingredient

ingredient: string

filter_cocktails

Filter by category or alcohol content

`filter_type: "category"

"alcoholic", value: string`

Example Conversations

ユーザー: モヒートの作り方教えて
Claude: モヒートのレシピですね!
  【材料】ライトラム 2-3 oz、ライムジュース 1 oz、砂糖 2 tsp、ミント...

ユーザー: ウォッカで作れるカクテル何がある?
Claude: ウォッカを使ったカクテルはこちらです!
  1. Moscow Mule  2. Vodka Martini  3. Cosmopolitan...

ユーザー: 今日のおすすめカクテル出して
Claude: こんなのはいかがですか? Old Fashioned...

Development

npm test            # テスト実行
npm run test:watch  # ウォッチモード

Tech Stack

  • TypeScript / Node.js

  • @modelcontextprotocol/sdk (MCP SDK)

  • Zod (Validation)

  • Vitest (Testing)

  • TheCocktailDB API (Test API key "1")

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables recipe search, storage, and meal planning using TheMealDB API. Provides comprehensive recipe discovery, automatic recipe collection management, and custom meal plan creation with detailed cooking instructions and ingredients.
    1
  • A
    license
    A
    quality
    B
    maintenance
    Enables intelligent cocktail discovery and recipe retrieval from Bar Assistant instances with natural language search, similarity matching, batch processing, and ingredient analysis capabilities.
    3
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Cocktails MCP — TheCocktailDB API (free, no auth)

  • Recipes MCP — wraps TheMealDB API (free tier, no auth)

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yusuke-Shibata23/cocktail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server