Mealie MCP Server
This project enables AI assistants to interact with your Mealie recipe database through MCP client such as Claude Desktop.
Prerequisites
- Python 3.12+
- Running Mealie instance with API key
- Package manager uv
Usage with Claude Desktop
Option 1: Using fastmcp (Recommended)
Install the server directly with the fastmcp
command:
Option 2: Manual Configuration
Add the server to your claude_desktop_config.json
Development
- Clone the repository and navigate to the project directory
- Install dependencies using uv:
- Copy the provided template file:
- Edit the
.env
file with your Mealie instance details:
- Run MCP inspector
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
使 AI 助手能够通过 Claude Desktop 等 MCP 客户端与 Mealie 食谱数据库进行交互。
Related MCP Servers
- AsecurityAlicenseAqualityEnables integration with OpenAI models through the MCP protocol, supporting concise and detailed responses for use with Claude Desktop.Last updated -12PythonMIT License
- AsecurityAlicenseAqualityAn MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities.Last updated -22PythonMIT License
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -134JavaScript
- -securityAlicense-qualityAn MCP server that enables AI assistants like Claude Desktop to search and retrieve information from custom search indexes created with Searchcraft.Last updated -5TypeScriptApache 2.0