
Recipe Finder Ai Mcp
Give your agent recipe search and suggestion tools while you build meal-planning apps, food blogs, or pantry-based features.
Overview
recipe-finder-ai-mcp is a MCP server for the Build phase that connects coding agents to recipe-finder AI tools over stdio via PyPI.
What is this MCP server?
- recipe-finder-ai-mcp v1.0.4 PyPI package with stdio MCP transport
- MEOK AI Labs server from CSOAI-ORG/recipe-finder-ai-mcp on GitHub
- Fits content and consumer apps where users ask for meals by ingredients or diet
- Keeps recipe retrieval inside the same agent session as frontend and API work
- Model Context Protocol server.schema.json manifest for registry compatibility
- Version 1.0.4; registryType pypi; identifier recipe-finder-ai-mcp
- stdio transport declared in MCP server schema
- Maintained under MEOK AI Labs / CSOAI-ORG GitHub source
What problem does it solve?
You are building a food or lifestyle product and need recipe suggestions in the agent loop without writing and maintaining a separate search integration first.
Who is it for?
Solo builders adding conversational meal ideas, pantry search, or content enrichment to apps and sites.
Skip if: Commercial kitchen operations that require guaranteed nutritional databases, allergen certification, or exclusive publisher licenses only.
What do I get? / Deliverables
Your agent can invoke recipe-finder MCP capabilities so feature work and assistant behavior stay aligned in one coding session.
- Active recipe-finder MCP server in your agent configuration
- Faster prototyping of search-and-suggest UX with agent-callable tools
- Documented dependency on CSOAI-ORG/recipe-finder-ai-mcp v1.0.4
Recommended MCP Servers
Journey fit
Recipe discovery is usually wired in during implementation when you connect UX to external or curated food data via MCP. Food and lifestyle products need agent-tooling hooks so assistants can fetch recipes without hard-coding every API call in chat flows.
How it compares
Recipe search MCP bridge, not a full meal-planning SaaS or editorial CMS.
Common Questions / FAQ
Who is recipe-finder-ai-mcp for?
Developers and vibe-coders building food, health, or content products who want MCP-backed recipe lookup in Claude Code, Cursor, or similar clients.
When should I use recipe-finder-ai-mcp?
Use it in build when you integrate assistant or in-app search features and need quick agent access to recipe discovery APIs.
How do I add recipe-finder-ai-mcp to my agent?
Install the PyPI package recipe-finder-ai-mcp, add a stdio MCP server block in your client config, and restart the agent so tools from MEOK AI Labs are available.