4,500+ servers built on MCP Fusion
Vinkius
Mealie (Recipe Manager) logo
Vinkius
LlamaIndex logo

How to Use the Mealie (Recipe Manager) MCP in LlamaIndex

Index your Mealie recipes and meal plans directly into LlamaIndex vector stores for semantic kitchen RAG.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Mealie (Recipe Manager) MCP on Cursor AI Code Editor MCP Client Mealie (Recipe Manager) MCP on Claude Desktop App MCP Integration Mealie (Recipe Manager) MCP on OpenAI Agents SDK MCP Compatible Mealie (Recipe Manager) MCP on Visual Studio Code MCP Extension Client Mealie (Recipe Manager) MCP on GitHub Copilot AI Agent MCP Integration Mealie (Recipe Manager) MCP on Google Gemini AI MCP Integration Mealie (Recipe Manager) MCP on Lovable AI Development MCP Client Mealie (Recipe Manager) MCP on Mistral AI Agents MCP Compatible Mealie (Recipe Manager) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LlamaIndex

Connect Mealie (Recipe Manager) MCP to LlamaIndex

Create your Vinkius account to connect Mealie (Recipe Manager) to LlamaIndex and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Index recipe data for LlamaIndex semantic search

`list_recipes` serves as the primary data pipeline for your local culinary knowledge base. LlamaIndex pulls your entire catalog, embeds the ingredient lists, and stores them in your vector database. This lets your agent answer questions about your cooking history without querying the live database every time. You get fast, context-aware answers grounded in your actual recipe collection.

Grounded meal planning with RAG

`list_meal_plans` provides the historical context your agent needs to draft new schedules. By indexing past weeks, the agent knows what you actually cooked instead of guessing. The agent uses `create_meal_plan` to write the new schedule once it finds recipes that fit your historical patterns. This MCP Server setup prevents the LLM from hallucinating meals you have never made.

Structured shopping list generation via MCP Server

`list_shopping_lists` retrieves your active grocery runs so LlamaIndex can cross-reference them with new meal plans. The agent checks what is already on your list before adding more items. To modify lists, the agent invokes `toggle_shopping_list_item` based on your chat commands. This keeps your physical kitchen and your digital index synchronized.

Setup guide

Set up Mealie (Recipe Manager) MCP in LlamaIndex

Prerequisites

  • Python 3.10+ installed
  • llama-index-tools-mcp package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install llama-index-tools-mcp llama-index-llms-openai. The MCP tools package provides BasicMCPClient and McpToolSpec.

  2. 2

    Connect with BasicMCPClient

    Point BasicMCPClient to your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. Supports SSE and Streamable HTTP transports.

  3. 3

    Convert to LlamaIndex tools

    Call mcp_tool_spec.to_tool_list_async() to convert all Mealie (Recipe Manager) MCP tools into native FunctionTool objects that any LlamaIndex agent can use.

  4. 4

    Run with any LLM

    Create a FunctionAgent with the tools and your preferred LLM. Swap OpenAI for Anthropic, Gemini, or any LlamaIndex-supported provider.

agent.py
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

# Connect to the MCP
mcp_client = BasicMCPClient(
    "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)
mcp_tool_spec = McpToolSpec(client=mcp_client)

# Convert MCP tools to LlamaIndex tools
tools = await mcp_tool_spec.to_tool_list_async()

# Create and run the agent
agent = FunctionAgent(
    tools=tools,
    llm=OpenAI(model="gpt-4o"),
    system_prompt="You have access to Mealie (Recipe Manager) tools.",
)
response = await agent.run("List recent Mealie (Recipe Manager) data")

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Mealie. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Mealie (Recipe Manager) MCP in LlamaIndex

Install llama-index-tools-mcp and instantiate BasicMCPClient pointing to your Vinkius URL. Wrap it in McpToolSpec and call to_tool_list_async() to get your tool array.
Yes. You use get_recipe to fetch full recipe details, which LlamaIndex then indexes into your vector store. This allows semantic queries like finding high-protein dinners you wrote last month.
Yes, the agent can call delete_recipe if you tell it to clean up. Because this is destructive, it is best to configure your agent to ask for confirmation before executing.
The agent uses list_categories and list_tags to fetch your organizational structure. It uses these tags to filter recipes during index generation.
The MCP Server acts as an intermediary, sending recipe text, tags, and shopping lists over encrypted HTTPS. Your Mealie tokens are stored securely on Vinkius, and the agent only sees the raw text payloads required for indexing.

Start using the Mealie (Recipe Manager) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 13 tools

We've already built the connector for Mealie (Recipe Manager). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 13 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.