Skip to main content
Glama
Yusuke-Shibata23

Cocktail

칵테일 MCP 서버

TheCocktailDB API를 이용한 MCP 서버입니다. Claude Desktop에 연결하면 자연어로 칵테일 레시피 검색 및 재료 정보를 가져올 수 있습니다.

설정

npm install
npm run build

Claude Desktop 연결 설정

claude_desktop_config.json에 다음을 추가하세요:

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

도구 목록

도구 이름

설명

인수

search_cocktail

칵테일 이름으로 레시피 검색

name: string

search_by_ingredient

재료로 칵테일 역검색

ingredient: string

get_random_cocktail

무작위로 칵테일 한 잔 추천

없음

get_ingredient_info

재료 상세 정보 가져오기

ingredient: string

filter_cocktails

카테고리/알코올 유무로 필터링

`filter_type: "category"

"alcoholic", value: string`

대화 예시

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

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

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

개발

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

기술 스택

  • TypeScript / Node.js

  • @modelcontextprotocol/sdk (MCP SDK)

  • Zod (유효성 검사)

  • Vitest (테스트)

  • TheCocktailDB API (테스트 API 키 "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