ebwinters/bottleservice-mcp
3.2
If you are the rightful owner of bottleservice-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server for the Bottle Service web app allows users to manage and interact with their personal bottle collections efficiently.
This MCP server works with your bottle collection from the bottle service web app. Make an account to add bottles to your bar shelf
Sample Prompts
- 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?
Quick Setup
-
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" ] }