Mealie
Interact with your Mealie recipe database to manage and find recipes.
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:
fastmcp install src/server.py \
--env-var MEALIE_BASE_URL=https://your-mealie-instance.com \
--env-var MEALIE_API_KEY=your-mealie-api-key
Option 2: Manual Configuration
Add the server to your claude_desktop_config.json
{
"mcpServers": {
"mealie-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/src",
"run",
"server.py"
],
"env": {
"MEALIE_BASE_URL": "https://your-mealie-instance.com",
"MEALIE_API_KEY": "your-mealie-api-key"
}
}
}
}
Development
-
Clone the repository and navigate to the project directory
-
Install dependencies using uv:
uv sync
- Copy the provided template file:
cp .env.template .env
- Edit the
.envfile with your Mealie instance details:
MEALIE_BASE_URL=https://your-mealie-instance.com
MEALIE_API_KEY=your-mealie-api-key
- Run MCP inspector
uv run mcp dev src/server.py
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Servers
RegGuard
AI-powered regulatory compliance checking for financial marketing content across multiple jurisdictions.
AppleScript MCP
Execute AppleScript to gain full control of your Mac.
Google Calendar
An MCP server for Google Calendar, enabling LLMs to read, create, and manage calendar events.
Penpot MCP Server
Integrates AI language models with the Penpot design platform to automate design workflows.
CData Zoho Projects Server
A read-only MCP server to query live Zoho Projects data using the CData JDBC driver.
atlassian-mcp-server
Atlassian’s Remote Model Context Protocol (MCP) Server to allow LLMs to talk to Jira, Confluence, OpsGenie, and many other Atlassian prodcuts
Obsidian Nexus
Connects directly to your local Obsidian vault for seamless note management and data organization.
Dovetail
Connect AI tools to the Dovetail API for user research and customer feedback analysis.
VISO TRUST
Access and manage your VISO TRUST third-party risk program directly through your AI assistant.
HubSpot MCP Server
Interact with the HubSpot CRM API for sales analysis and insights.
