pipeworx-io/mcp-cocktails
MCP server for cocktail recipes — search drinks, get ingredients and mixing instructions
Platform-specific configuration:
{
"mcpServers": {
"mcp-cocktails": {
"command": "npx",
"args": [
"-y",
"mcp-cocktails"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Cocktails MCP — TheCocktailDB API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_cocktails | Search for cocktails by name. Returns a list of matching cocktails with key details. | | get_cocktail | Get full details for a cocktail by its TheCocktailDB ID, including all ingredients and instructions. | | random_cocktail | Get a random cocktail with full details including ingredients and instructions. | | cocktails_by_ingredient | Find cocktails that use a specific ingredient (e.g., "vodka", "lime juice", "gin"). |
Add to your MCP client config:
{
"mcpServers": {
"cocktails": {
"url": "https://gateway.pipeworx.io/cocktails/mcp"
}
}
}Or use the CLI:
npx pipeworx use cocktailsMIT
Loading reviews...