Skip to content

ebwinters/bottleservice-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone repo

  2. 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"
         ]
     }

About

A small MCP server for interacting with your bottleservice home bar shelf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages