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.
How to connect
https://server.smithery.ai/pantrist/pantrist-mcp/mcp
curl -X POST https://server.smithery.ai/pantrist/pantrist-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'