Mealie MCP Server

by rldiao

Integrations

  • Enables interaction with a Mealie recipe database, allowing AI assistants to access and manipulate recipe data stored in a Mealie instance.

Mealie MCP サーバー

このプロジェクトにより、AI アシスタントが Claude Desktop などの MCP クライアントを介してMealieレシピ データベースと対話できるようになります。

前提条件

  • Python 3.12以上
  • APIキーを使用してMealieインスタンスを実行する
  • パッケージマネージャーuv

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" } } } }

発達

  1. リポジトリをクローンし、プロジェクトディレクトリに移動します
  2. uv を使用して依存関係をインストールします。
uv sync
  1. 提供されたテンプレート ファイルをコピーします。
cp .env.template .env
  1. Mealie インスタンスの詳細を使用して.envファイルを編集します。
MEALIE_BASE_URL=https://your-mealie-instance.com MEALIE_API_KEY=your-mealie-api-key
  1. MCPインスペクターを実行する
uv run mcp dev src/server.py

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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 レシピ データベースと対話できるようにします。

  1. 前提条件
    1. Claude Desktopでの使用
      1. オプション 1: fastmcp を使用する (推奨)
      2. オプション2: 手動設定
    2. 発達
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides MCP-compatible access to Holaspirit's API, allowing AI assistants to interact with organizational data such as tasks, circles, roles, and meetings through a standardized interface.
          Last updated -
          10
          83
          1
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
          Last updated -
          4
          3
          8
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.
          Last updated -
          Python
          • Apple
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.
          Last updated -
          2
          Python
          MIT License

        View all related MCP servers

        ID: 1q7q3euxzk