Cocktail
Servidor MCP de Cócteles
Un servidor MCP que utiliza la API de TheCocktailDB. Al conectarlo a Claude Desktop, podrás buscar recetas de cócteles y obtener información sobre ingredientes mediante lenguaje natural.
Configuración
npm install
npm run buildConfiguración de conexión de Claude Desktop
Añade lo siguiente a claude_desktop_config.json:
{
"mcpServers": {
"cocktail": {
"command": "node",
"args": ["/path/to/cocktail-mcp-server/dist/index.js"]
}
}
}Lista de herramientas
Nombre de la herramienta | Descripción | Argumentos | |
| Buscar receta por nombre de cóctel |
| |
| Buscar cócteles por ingrediente |
| |
| Recomendar un cóctel al azar | Ninguno | |
| Obtener información detallada de un ingrediente |
| |
| Filtrar por categoría/presencia de alcohol | `filter_type: "category" | "alcoholic" |
Ejemplos de conversación
ユーザー: モヒートの作り方教えて
Claude: モヒートのレシピですね!
【材料】ライトラム 2-3 oz、ライムジュース 1 oz、砂糖 2 tsp、ミント...
ユーザー: ウォッカで作れるカクテル何がある?
Claude: ウォッカを使ったカクテルはこちらです!
1. Moscow Mule 2. Vodka Martini 3. Cosmopolitan...
ユーザー: 今日のおすすめカクテル出して
Claude: こんなのはいかがですか? Old Fashioned...Desarrollo
npm test # テスト実行
npm run test:watch # ウォッチモードStack tecnológico
TypeScript / Node.js
@modelcontextprotocol/sdk (MCP SDK)
Zod (validación)
Vitest (pruebas)
TheCocktailDB API (API key de prueba
"1")
This server cannot be installed
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