Skip to main content
Glama
Yusuke-Shibata23

Cocktail

Cocktail MCP-Server

Ein MCP-Server, der die TheCocktailDB-API nutzt. Nach der Verbindung mit Claude Desktop können Sie Cocktailrezepte suchen und Informationen zu Zutaten in natürlicher Sprache abrufen.

Einrichtung

npm install
npm run build

Konfiguration der Claude Desktop-Verbindung

Fügen Sie Folgendes zu claude_desktop_config.json hinzu:

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

Liste der Tools

Tool-Name

Beschreibung

Argumente

search_cocktail

Suche nach Rezepten anhand des Cocktailnamens

name: string

search_by_ingredient

Suche nach Cocktails anhand einer Zutat

ingredient: string

get_random_cocktail

Empfiehlt einen zufälligen Cocktail

Keine

get_ingredient_info

Ruft detaillierte Informationen zu einer Zutat ab

ingredient: string

filter_cocktails

Filtert nach Kategorie/Alkoholgehalt

`filter_type: "category"

"alcoholic", value: string`

Konversationsbeispiele

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

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

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

Entwicklung

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

Technologiestack

  • TypeScript / Node.js

  • @modelcontextprotocol/sdk (MCP SDK)

  • Zod (Validierung)

  • Vitest (Tests)

  • TheCocktailDB-API (Test-API-Schlüssel "1")

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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