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: Unofficial AnyList MCP Server
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.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server for Mealie that exposes its REST API to manage recipes, meal plans, shopping lists, cookbooks, and taxonomy through natural language.75MIT
- Flicense-qualityAmaintenanceMCP server that integrates with AnyList for managing shopping lists, recipes, and meal planning via natural language.25
- Flicense-qualityCmaintenanceMCP server for the Bring! shopping list API, enabling management of shopping lists via natural language.
- Alicense-qualityCmaintenanceMCP server that exposes the Bring! shopping list API as tools, enabling an AI assistant to read lists, add items, and import recipes with correct quantities.MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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