Mealie (Recipe Manager) MCP Server for Mastra AIGive Mastra AI instant access to 13 tools to Create Meal Plan, Create Recipe, Create Shopping List, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Mealie (Recipe Manager) through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.
Ask AI about this MCP Server for Mastra AI
The Mealie (Recipe Manager) MCP Server for Mastra AI is a standout in the Productivity category — giving your AI agent 13 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";
async function main() {
// Your Vinkius token. get it at cloud.vinkius.com
const mcpClient = await createMCPClient({
servers: {
"mealie-recipe-manager": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "Mealie (Recipe Manager) Agent",
instructions:
"You help users interact with Mealie (Recipe Manager) " +
"using 13 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with Mealie (Recipe Manager)?"
);
console.log(result.text);
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Mealie (Recipe Manager) MCP Server
Connect your Mealie instance to any AI agent and take full control of your kitchen workflow. From organizing recipes to automating your weekly meal planning, your AI acts as a digital sous-chef.
Mastra's agent abstraction provides a clean separation between LLM logic and Mealie (Recipe Manager) tool infrastructure. Connect 13 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
What you can do
- Recipe Management — List, create, and update recipes. Fetch full details using slugs to get ingredients and instructions instantly.
- Meal Planning — View your current meal plans and schedule new recipes for specific dates to stay organized.
- Shopping Lists — Manage your grocery runs by listing shopping lists and toggling items as you find them in the store.
- Organization — Browse through your custom categories and tags to find the perfect meal for any occasion.
The Mealie (Recipe Manager) MCP Server exposes 13 tools through the Vinkius. Connect it to Mastra AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 13 Mealie (Recipe Manager) tools available for Mastra AI
When Mastra AI connects to Mealie (Recipe Manager) through Vinkius, your AI agent gets direct access to every tool listed below — spanning recipe-management, meal-planning, shopping-list, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Create meal plan on Mealie (Recipe Manager)
Create a new meal plan entry
Create recipe on Mealie (Recipe Manager)
Create a new recipe
Create shopping list on Mealie (Recipe Manager)
Create a new shopping list
Delete meal plan on Mealie (Recipe Manager)
Delete a meal plan entry
Delete recipe on Mealie (Recipe Manager)
Remove a recipe
Get recipe on Mealie (Recipe Manager)
Retrieve a specific recipe by its slug
List categories on Mealie (Recipe Manager)
List all categories
List meal plans on Mealie (Recipe Manager)
Retrieve current meal plans
List recipes on Mealie (Recipe Manager)
List all recipes
List shopping lists on Mealie (Recipe Manager)
List all shopping lists
List tags on Mealie (Recipe Manager)
List all tags
Toggle shopping list item on Mealie (Recipe Manager)
Toggle shopping list item completion
Update recipe on Mealie (Recipe Manager)
Update an existing recipe
Connect Mealie (Recipe Manager) to Mastra AI via MCP
Follow these steps to wire Mealie (Recipe Manager) into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @mastra/core @mastra/mcp @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Mastra AI with the Mealie (Recipe Manager) MCP Server
Mastra AI provides unique advantages when paired with Mealie (Recipe Manager) through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Mealie (Recipe Manager) without touching business code
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
TypeScript-native: full type inference for every Mealie (Recipe Manager) tool response with IDE autocomplete and compile-time checks
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
Mealie (Recipe Manager) + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the Mealie (Recipe Manager) MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query Mealie (Recipe Manager), process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed Mealie (Recipe Manager) as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query Mealie (Recipe Manager) on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using Mealie (Recipe Manager) tools alongside other MCP servers
Example Prompts for Mealie (Recipe Manager) in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with Mealie (Recipe Manager) immediately.
"List all my recipes in Mealie."
"Get the full recipe for the slug 'classic-lasagna'."
"Mark item ID 'milk-123' as checked in shopping list 'grocery-list-456'."
Troubleshooting Mealie (Recipe Manager) MCP Server with Mastra AI
Common issues when connecting Mealie (Recipe Manager) to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpMealie (Recipe Manager) + Mastra AI FAQ
Common questions about integrating Mealie (Recipe Manager) MCP Server with Mastra AI.
How does Mastra AI connect to MCP servers?
MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.Can Mastra agents use tools from multiple servers?
Does Mastra support workflow orchestration?
Explore More MCP Servers
View all →
FCC Broadcaster
2 toolsDiscover radio and television broadcast licensing records and operations across the United States without authentication.

U.S. EIA Energy Data
10 toolsEquip your AI agent to access official U.S. energy statistics, track electricity generation, and monitor fuel prices via the EIA API.

Reddit Ads
10 toolsManage your Reddit Ads campaigns — audit accounts, ad groups, and reports via AI.

E2B
3 toolsSecure cloud sandboxes for AI code execution — run Python, JavaScript, and shell commands in isolated Firecracker microVMs with ~150ms cold start.
