mealie-mcp-server-ts
Verified Safeby that0n3guy
Overview
Enables AI assistants to interact with a Mealie recipe database, allowing for recipe search, creation, updates, and meal planning.
Installation
npx mealie-mcp-server-tsEnvironment Variables
- MEALIE_BASE_URL
- MEALIE_API_KEY
Security Notes
The server correctly uses environment variables for `MEALIE_BASE_URL` and `MEALIE_API_KEY`, which is a good practice to avoid hardcoding secrets. It handles API requests, including image uploads via URL or base64 data, and includes error formatting to prevent raw internal error exposure. No `eval` or direct `child_process` execution was observed. The primary security considerations depend on the underlying Mealie instance's security and the secure management of the API key in the deployment environment.
Similar Servers
HowToCook-mcp
Provides an AI assistant with tools for recipe lookup, meal planning, and food recommendations.
meilisearch-mcp
Connect LLMs to Meilisearch for natural language interaction and management of search indices and data.
mcp-helm
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Helm repositories and charts without requiring a local Helm installation.
mq-mcp
Acts as a Model Context Protocol (MCP) server for AI assistants, enabling them to query and process Markdown and HTML content using the mq query language.