Agent Plugins Marketplace
All plugins

recipebee-plugin

v0.1.0

Preview and privately save recipes and meal plans in RecipeBee, with explicit image actions and user confirmation.

CodexAgent Plugins1 Skill1 MCP serverStreamable HTTP

By RecipeBeeLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install recipebee-plugin for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add recipebee-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/praisondani/recipebee-cursor-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

recipebee-plugin/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/save-generated-recipe/SKILL.md
└── .mcp.json

Included Skills1

save-generated-recipeskills/save-generated-recipe/SKILL.md

Understand ordinary-language requests to preview recipes, privately save recipes, or add complete meal plans to RecipeBee. Use when the user asks to preview or save a recipe in RecipeBee, manage a RecipeBee recipe image, or import a meal plan into RecipeBee.

MCP servers1

recipebeeStreamable HTTP
url
https://recipebee.app/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "recipebee-plugin",
  "version": "0.1.0",
  "description": "Preview and privately save recipes and meal plans in RecipeBee, with explicit image actions and user confirmation.",
  "homepage": "https://recipebee.app",
  "author": {
    "name": "RecipeBee"
  },
  "license": "MIT",
  "keywords": [
    "recipes",
    "cooking",
    "recipebee",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "RecipeBee",
    "shortDescription": "Save private recipes and meal plans.",
    "longDescription": "RecipeBee lets a compatible MCP client understand ordinary-language recipe requests, preview recipes and meal plans, save them privately when explicitly requested, import meal plans only after recipe-match choices, create RecipeBee-generated food images, and attach an image selected from the current conversation. Meal-plan imports never generate or charge images; image generation is confirmed inside RecipeBee.",
    "developerName": "RecipeBee",
    "category": "Food",
    "capabilities": [
      "Write"
    ],
    "websiteURL": "https://recipebee.app",
    "privacyPolicyURL": "https://recipebee.app/privacy",
    "termsOfServiceURL": "https://recipebee.app/terms",
    "brandColor": "#E07A36",
    "defaultPrompt": [
      "Save this recipe privately to RecipeBee.",
      "Save this recipe to RecipeBee and use RecipeBee's image generator.",
      "Add this meal plan to my private RecipeBee account.",
      "Attach the image generated in this conversation to my saved RecipeBee recipe."
    ]
  },
  "mcpServers": "./.mcp.json"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "recipebee",
  "version": "0.1.0",
  "description": "Preview and privately save recipes and meal plans in RecipeBee through the remote MCP server.",
  "author": {
    "name": "RecipeBee",
    "email": "[email protected]",
    "url": "https://recipebee.app"
  },
  "homepage": "https://recipebee.app",
  "repository": "https://github.com/praisondani/recipebee-cursor-plugin",
  "license": "MIT",
  "keywords": [
    "recipes",
    "cooking",
    "recipebee",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[recipebee-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recipebee-plugin)