Mealie

v1.0.0Business Applicationsstable

Enables AI assistants to interact with Mealie for recipe management, meal planning, and shopping list operations. Supports searching and managing recipes, creating meal plans, and generating shopping lists from recipes or meal plans.

mealie-mcp-servermcpai-integration
Share:
83
Stars
0
Downloads
0
Weekly
0/5

What is Mealie?

Mealie is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to interact with mealie for recipe management, meal planning, and shopping list operations. supports searching and managing recipes, creating meal plans, and generating shopping ...

Enables AI assistants to interact with Mealie for recipe management, meal planning, and shopping list operations. Supports searching and managing recipes, creating meal plans, and generating shopping lists from recipes or meal plans.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI assistants to interact with Mealie for recipe man

Use Cases

Search and manage recipes in Mealie recipe database.
Create meal plans and generate shopping lists.
Automate meal planning and recipe organization.
rldiao

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mealie-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Mealie

Mealie MCP Server is a Python-based MCP server that connects AI assistants to a self-hosted Mealie recipe management instance, exposing 45 tools spanning recipe operations, shopping list management, meal planning, and recipe organization. Using natural language, you can search recipes, create and update meal plans, generate shopping lists from ingredients or planned meals, manage categories and tags, and track recipe preparation history — all without opening the Mealie web interface. It requires a running Mealie instance and a valid API key for authentication.

Prerequisites

  • A running Mealie instance (self-hosted) with API access enabled
  • A Mealie API key (generate one in Mealie under your user profile settings)
  • Python 3.10 or higher and the `fastmcp` CLI installed
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Download the mealie-mcp-server source code from GitHub.

git clone https://github.com/rldiao/mealie-mcp-server.git
cd mealie-mcp-server
2

Install fastmcp

The server uses fastmcp for installation and running. Install it globally or in a virtual environment.

pip install fastmcp
3

Install the server with fastmcp

Use fastmcp to install the server and pass your Mealie instance URL and API key as environment variables. This registers it with your MCP client automatically.

fastmcp install src/server.py \
  --env-var MEALIE_BASE_URL=https://your-mealie-instance.com \
  --env-var MEALIE_API_KEY=your-mealie-api-key
4

Or configure Claude Desktop manually

Alternatively, add the server configuration directly to your claude_desktop_config.json with the required environment variables.

{
  "mcpServers": {
    "mealie": {
      "command": "python",
      "args": ["/path/to/mealie-mcp-server/src/server.py"],
      "env": {
        "MEALIE_BASE_URL": "https://your-mealie-instance.com",
        "MEALIE_API_KEY": "your-mealie-api-key"
      }
    }
  }
}
5

Verify the connection

Restart Claude Desktop and ask it to search for a recipe. If the server is connected, it will query your Mealie instance and return results. Use slugs (not display names) when filtering by tags or categories.

Mealie Examples

Client configuration

Claude Desktop configuration with Mealie instance URL and API key as environment variables.

{
  "mcpServers": {
    "mealie": {
      "command": "python",
      "args": ["/path/to/mealie-mcp-server/src/server.py"],
      "env": {
        "MEALIE_BASE_URL": "https://mealie.yourdomain.com",
        "MEALIE_API_KEY": "your-mealie-api-key-here"
      }
    }
  }
}

Prompts to try

Natural language prompts for managing recipes, meal plans, and shopping lists through Mealie.

- "Search for chicken recipes in Mealie"
- "Create a meal plan for next week using recipes I already have"
- "Add all ingredients from tonight's dinner recipe to my shopping list"
- "Mark the meatloaf recipe as made today"
- "Show me recipes tagged with 'quick-meals'"
- "Find all recipes in the 'Dinner' category and suggest a weekly plan"

Troubleshooting Mealie

Authentication errors or 401 Unauthorized responses

Verify your MEALIE_API_KEY is correct by testing it directly: `curl -H 'Authorization: Bearer your-key' https://your-mealie-instance.com/api/recipes`. Generate a new API key in Mealie under your user profile if the current one has expired or been revoked.

Filtering by tags or categories returns no results

Mealie filters use slugs or UUIDs, not display names. For example, use `tags=['quick-meals']` not `tags=['Quick Meals']`. View the correct slugs by asking Claude to list all available tags or categories in your Mealie instance.

Server fails to connect to the Mealie instance

Ensure MEALIE_BASE_URL does not have a trailing slash and is the base URL of your Mealie instance (e.g. `https://mealie.yourdomain.com`). Verify the instance is reachable from the machine running the MCP server, particularly if Mealie is on a local network.

Frequently Asked Questions about Mealie

What is Mealie?

Mealie is a Model Context Protocol (MCP) server that enables ai assistants to interact with mealie for recipe management, meal planning, and shopping list operations. supports searching and managing recipes, creating meal plans, and generating shopping lists from recipes or meal plans. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Mealie?

Follow the installation instructions on the Mealie GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Mealie?

Mealie works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Mealie free to use?

Yes, Mealie is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Mealie Alternatives — Similar Business Applications Servers

Looking for alternatives to Mealie? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mealie-mcp-server": { "command": "npx", "args": ["-y", "mealie-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mealie?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides