Buymeapie
FreeNot checkedMCP server for Buy Me A Pie that allows managing shopping lists and items through natural language.
About
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 |
Install Buymeapie in Claude Desktop, Claude Code & Cursor
unyly install buymeapie-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add buymeapie-mcp -- uvx --from git+https://github.com/glitchcrab/buy-me-a-pie-mcp buymeapie-mcpFAQ
Is Buymeapie MCP free?
Yes, Buymeapie MCP is free — one-click install via Unyly at no cost.
Does Buymeapie need an API key?
No, Buymeapie runs without API keys or environment variables.
Is Buymeapie hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Buymeapie in Claude Desktop, Claude Code or Cursor?
Open Buymeapie on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Buymeapie with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
