Skip to main content
Glama

Mealie MCP Server

by rldiao

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
          Enables integration with OpenAI models through the MCP protocol, supporting concise and detailed responses for use with Claude Desktop.
          Last updated -
          4
          MIT License
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          An MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities.
          Last updated -
          2
          2
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          MCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.
          Last updated -
          1
          1
          4
        • -
          security
          A
          license
          -
          quality
          An MCP server that enables AI assistants like Claude Desktop to search and retrieve information from custom search indexes created with Searchcraft.
          Last updated -
          5
          Apache 2.0
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/rldiao/mealie-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server