Skip to main content
Glama
glitchcrab
by glitchcrab

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_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 Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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