Buymeapie
БесплатноНе проверенMCP server for Buy Me A Pie that allows managing shopping lists and items through natural language.
Описание
MCP server for Buy Me A Pie that allows managing shopping lists and items through natural language.
README
MCP server for Buy Me A Pie — manage your shopping lists from Claude.
Runs as a local Docker container over stdio.
Build
docker build -t buymeapie-mcp .
Configure in Claude Code
Add to ~/.claude/settings.json (or project .claude/settings.json):
{
"mcpServers": {
"buymeapie": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "BUYMEAPIE_USERNAME",
"-e", "BUYMEAPIE_PIN",
"buymeapie-mcp"
],
"env": {
"BUYMEAPIE_USERNAME": "[email protected]",
"BUYMEAPIE_PIN": "yourpin"
}
}
}
}
Available tools
| Tool | Description |
|---|---|
list_shopping_lists |
List all your shopping lists |
get_list_items |
Get all items in a list |
create_list |
Create a new shopping list |
delete_list |
Delete a shopping list |
rename_list |
Rename a shopping list |
add_item |
Add an item (with optional amount) to a list |
mark_item_purchased |
Mark an item as purchased |
update_item_amount |
Change the amount on an item |
delete_item |
Remove an item from a list |
Environment variables
| Variable | Required | Description |
|---|---|---|
BUYMEAPIE_USERNAME |
Yes | Your Buy Me A Pie account email |
BUYMEAPIE_PIN |
Yes | Your Buy Me A Pie PIN |
Установить Buymeapie в Claude Desktop, Claude Code, Cursor
unyly install buymeapie-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add buymeapie-mcp -- uvx --from git+https://github.com/glitchcrab/buy-me-a-pie-mcp buymeapie-mcpFAQ
Buymeapie MCP бесплатный?
Да, Buymeapie MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Buymeapie?
Нет, Buymeapie работает без API-ключей и переменных окружения.
Buymeapie — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Buymeapie в Claude Desktop, Claude Code или Cursor?
Открой Buymeapie на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Buymeapie with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
