Pantrist-dev/pantrist-mcp
🔌 MCP ServerPantrist-dev
An MCP server to manage your pantry, shopping lists, and meal plans directly through AI assistants.
Pantrist-mcp serves as a bridge between AI models and the Pantrist kitchen management platform. It provides a structured interface for agents to perform CRUD operations on pantry items, shopping lists, and recipe databases. Technically, the server implements the Model Context Protocol, allowing seamless integration with MCP-compliant clients like Claude Desktop or other AI IDEs. Key features include dynamic client registration, secure OAuth 2.1 authentication with PKCE, and support for multiple transport layers including stdio and HTTP. This allows developers and power users to build sophisticated kitchen automation workflows, such as automatically generating shopping lists based on missing recipe ingredients or updating pantry stock levels after meal preparation. The project is designed for both hosted usage at mcp.pantrist.app and local self-hosting, ensuring flexibility for privacy-conscious users.
💡Highlights
- ├─Supports OAuth 2.1 + PKCE security
- ├─Streamable-HTTP and stdio transports
- └─Full pantry and recipe management
🎯For
- ├─Home automation enthusiasts
- ├─AI power users
- └─Productivity software developers