MCP Directory
Back

mealie-mcp-server

by rldiao · Python · ★ 74

MCP server that exposes Mealie APIs to MCP clients such as Claude Desktop

Install

pip install git+https://github.com/rldiao/mealie-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mealie-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/rldiao/mealie-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/rldiao-mealie-mcp-server) A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with your [Mealie](https://github.com/mealie-recipes/mealie) recipe database through clients like Claude Desktop. - **CRUD Operations**: Create, read, update, patch, duplicate, and delete recipes - **Advanced Search**: Filter by text, categories, tags, and tools with AND/OR logic - **Image Management**: Upload images or scrape from URLs - **Asset Uploads**: Attach documents and files to recipes - **Metadata Tracking**: Mark recipes as made, track last m…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers