Mealie MCP Server
Mealie MCP サーバー
このプロジェクトにより、AI アシスタントが Claude Desktop などの MCP クライアントを介してMealieレシピ データベースと対話できるようになります。
前提条件
Python 3.12以上
APIキーを使用してMealieインスタンスを実行する
パッケージマネージャーuv
Related MCP server: Mealie MCP Server
Claude Desktopでの使用
オプション 1: fastmcp を使用する (推奨)
fastmcpコマンドを使用してサーバーを直接インストールします。
fastmcp install src/server.py \
--env-var MEALIE_BASE_URL=https://your-mealie-instance.com \
--env-var MEALIE_API_KEY=your-mealie-api-keyオプション2: 手動設定
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"
}
}
}
}発達
リポジトリをクローンし、プロジェクトディレクトリに移動します
uv を使用して依存関係をインストールします。
uv sync提供されたテンプレート ファイルをコピーします。
cp .env.template .envMealie インスタンスの詳細を使用して
.envファイルを編集します。
MEALIE_BASE_URL=https://your-mealie-instance.com
MEALIE_API_KEY=your-mealie-api-keyMCPインスペクターを実行する
uv run mcp dev src/server.pyライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Mealie recipe databases, allowing users to manage and query their recipes through natural language conversations.13 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables interaction with Mealie for managing recipes, meal plans, shopping lists, foods, units, tags, categories, and more through MCP.MIT
- AlicenseNot gradedqualityAmaintenanceA MCP server for Mealie recipe management. Exposes 43 tools and 1 prompt for AI assistants to search, create, and manage recipes, meal plans, shopping lists, categories, and tags.174 npm7MIT
- AlicenseNot gradedqualityCmaintenanceConnects MCP clients like Claude to your Mealie recipe manager, enabling natural language search, creation, import, and updates of recipes.174 npmMIT