buymeapie-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@buymeapie-mcpshow my shopping lists"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
buymeapie-mcp
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 .Related MCP server: mcp-mealie
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": "your@email.com",
"BUYMEAPIE_PIN": "yourpin"
}
}
}
}Available tools
Tool | Description |
| List all your shopping lists |
| Get all items in a list |
| Create a new shopping list |
| Delete a shopping list |
| Rename a shopping list |
| Add an item (with optional amount) to a list |
| Mark an item as purchased |
| Change the amount on an item |
| Remove an item from a list |
Environment variables
Variable | Required | Description |
| Yes | Your Buy Me A Pie account email |
| Yes | Your Buy Me A Pie PIN |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glitchcrab/buy-me-a-pie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server