Cocktail
MCP-сервер Cocktail
MCP-сервер, использующий API TheCocktailDB. При подключении к Claude Desktop вы сможете искать рецепты коктейлей и получать информацию об ингредиентах на естественном языке.
Настройка
npm install
npm run buildRelated MCP server: Bar Assistant MCP Server
Настройка подключения к Claude Desktop
Добавьте следующее в claude_desktop_config.json:
{
"mcpServers": {
"cocktail": {
"command": "node",
"args": ["/path/to/cocktail-mcp-server/dist/index.js"]
}
}
}Список инструментов
Название инструмента | Описание | Аргументы | |
| Поиск рецепта по названию коктейля |
| |
| Поиск коктейлей по ингредиенту |
| |
| Рекомендация случайного коктейля | Нет | |
| Получение подробной информации об ингредиенте |
| |
| Фильтрация по категории/наличию алкоголя | `filter_type: "category" | "alcoholic" |
Примеры диалогов
ユーザー: モヒートの作り方教えて
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")
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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
- AlicenseAqualityBmaintenanceEnables intelligent cocktail discovery and recipe retrieval from Bar Assistant instances with natural language search, similarity matching, batch processing, and ingredient analysis capabilities.32MIT
- FlicenseAqualityDmaintenanceEnables management of your home bar inventory and cocktail discovery through Bar Assistant. View shelf ingredients, find cocktails you can make, and add or remove items from your bar collection.6
- AlicenseCqualityDmaintenanceEnables searching for cocktail recipes by name or ingredients using the API Ninjas Cocktail API, supporting partial matches and ingredient-based filtering.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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