Pantrist

Manage your Pantrist pantry, shopping list, recipes, and weekly meal plan from Claude.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • List Lists: List the shopping lists / pantries the authenticated user can access. Use a returned id as `listId` for the other tools.
  • List Shopping Items: Get all items currently on the shopping list.
  • Add Shopping Item: Add an item to the shopping list by name.

What data it sees

Do you need an account

No: the server works without sign-in

Manage your Pantrist pantry, shopping list, recipes, and weekly meal plan from Claude. The server wraps the same public REST API that powers the iOS, Android, and web apps, so your changes show up in real time on every device.

What you can say

  • "What's on my shopping list?"
  • "Add milk, eggs, and that brand of olive oil I had last week"
  • "What's expiring in the next three days?"
  • "Plan dinners Mon–Fri from my favourite recipes"
  • "Find me a vegetarian dinner under 30 minutes"

12 tools spanning the full shopping / pantry / recipe / meal-plan loop.

Authentication is fully OAuth-driven — no API key or token to copy by hand. Connect once via your normal Pantrist login and Claude inherits the access. Multi-list households are supported: pass listId explicitly or call list_lists and let Claude pick.

Server tool list (12)

Raw names from tools/list. Only developers need these.

list_listsList the shopping lists / pantries the authenticated user can access. Use a returned id as `listId` for the other tools.
list_shopping_itemsGet all items currently on the shopping list.
add_shopping_itemAdd an item to the shopping list by name.
check_shopping_itemCheck off a shopping-list item. Depending on list settings this marks it done, removes it, or moves it to the pantry.
delete_shopping_itemRemove an item from the shopping list.
list_pantry_itemsGet all items currently in the pantry.
add_pantry_itemAdd an item to the pantry by name.
reduce_pantry_amountChange the stock amount of a pantry item. Use a negative `amountChange` to consume stock.
search_recipesSearch recipes by free-text and optional filters.
get_recipeGet a single recipe by its uuid.
get_week_planGet the meal plan for a date range. Dates are YYYY-MM-DD.
update_week_plan_daySet the planned recipes/meals for a single day (YYYY-MM-DD).
Pantrist: connect to Claude, ChatGPT, Cursor · Connectors.fun