This MCP server works with your bottle collection from the bottle service web app. Make an account to add bottles to your bar shelf
- Suggest a drink I can make with my tequila and amaro bottles.
- How many bottles of whiskey do I own?
- Show me all my gin bottles, sorted by how full they are.
- What is a good sweet drink I can make for someone who likes citrus?
-
Clone repo
-
Add this to your MCP server config (replace with your username and password):
"bottleservice-mcp-local": { "type": "stdio", "command": "uv", "args": [ "--directory", "C:\\....\\bottleservice-mcp", "run", "main.py", "--username", "BOTTLESERVICE_USERNAME", "--password", "BOTTLESERVICE_PASSWORD" ] }