← Back to search

mealie-mcp-server

GitHub Actions Scanned 5d ago

MCP server for Mealie recipe management

npm
D
40 / 100

Versions

1.4.0latest
Jul 15, 2026
1.3.0
Jul 15, 2026
1.2.1
Jul 15, 2026
1.2.0
Jul 15, 2026
1.1.1
Jul 15, 2026
+ show 4 moreshow less
1.1.0
Jul 15, 2026
1.0.2
Jun 20, 2026
1.0.1
Jun 20, 2026
0.0.1
Jun 20, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 53

get_category
annotations: none low

get_category_by_slug
annotations: none low

update_category
annotations: none low

delete_category
annotations: none low

get_tags
annotations: none low

get_empty_tags
annotations: none low

create_tag
annotations: none low

get_tag
annotations: none low

get_tag_by_slug
annotations: none low

update_tag
annotations: none low

delete_tag
annotations: none low

create_shopping_list_items_bulk
annotations: none low

update_shopping_list_item
annotations: none low

delete_shopping_list_item
annotations: none low

delete_shopping_list_items_bulk
annotations: none low

get_categories
annotations: none low

get_empty_categories
annotations: none low

create_category
annotations: none low

get_all_mealplans
annotations: none low

get_mealplan_with_recipes
annotations: none low

create_mealplan
annotations: none low

create_mealplan_bulk
annotations: none low

get_todays_mealplan
annotations: none low

get_recipes
annotations: none low

find_recipes_for_ingredients
annotations: none low

Finds recipes that contain one or more requested ingredients. Ingredient names are resolved against

limit number requireAllTags boolean requireAllCategories boolean
get_recipe_detailed
annotations: none low

get_recipe_concise
annotations: none low

get_recipes_batch
annotations: none low

get_recipes_detailed_batch
annotations: none low

get_recipes_for_classification
annotations: none low

Compact, paginated, READ-ONLY feed of recipes for assigning Categories and Tags. Returns only the

create_recipe
annotations: none low

patch_recipe
annotations: none low

update_recipe_ingredients
annotations: none low

Replaces the complete structured ingredient collection (recipeIngredient) of an existing recipe, leaving

slug string
update_recipe_taxonomy
annotations: none low

update_recipe_taxonomy_batch
annotations: none low

duplicate_recipe
annotations: none low

mark_recipe_last_made
annotations: none low

set_recipe_image_from_url
annotations: none low

delete_recipe
annotations: none low

get_foods
annotations: none low

Lists and searches the household\

page number perPage number
get_food
annotations: none low

Retrieves a single food by ID, including its aliases and label information when present.

foodId string
create_food
annotations: none low

Creates a new food. Call get_foods first to check whether an existing food or alias already covers this

name string labelId string pluralName string description string
update_food
annotations: none low

Updates an existing food. Fields left unspecified keep their current value. Sufficient for adding an alias:

name string foodId string pluralName string description string
delete_food
annotations: none low

DESTRUCTIVE and irreversible: permanently deletes a food. Use get_food first to verify this is the exact

foodId string
get_shopping_lists
annotations: none low

create_shopping_list
annotations: none low

get_shopping_list
annotations: none low

update_shopping_list
annotations: none low

delete_shopping_list
annotations: none low

add_recipe_to_shopping_list
annotations: none low

remove_recipe_from_shopping_list
annotations: none low

get_shopping_list_items
annotations: none low

create_shopping_list_item
annotations: none low

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 116

low
Tool 'get_all_mealplans' has no annotations annotation_checker · 100%
low
Tool 'get_mealplan_with_recipes' has no annotations annotation_checker · 100%
low
Tool 'create_mealplan' has no annotations annotation_checker · 100%
low
Tool 'create_mealplan_bulk' has no annotations annotation_checker · 100%
low
Tool 'get_todays_mealplan' has no annotations annotation_checker · 100%
low
Tool 'get_recipes' has no annotations annotation_checker · 100%
low
Tool 'find_recipes_for_ingredients' has no annotations annotation_checker · 100%
low
Tool 'get_recipe_detailed' has no annotations annotation_checker · 100%
low
Tool 'get_recipe_concise' has no annotations annotation_checker · 100%
low
Tool 'get_recipes_batch' has no annotations annotation_checker · 100%
low
Tool 'get_recipes_detailed_batch' has no annotations annotation_checker · 100%
low
Tool 'get_recipes_for_classification' has no annotations annotation_checker · 100%
low
Tool 'create_recipe' has no annotations annotation_checker · 100%
low
Tool 'patch_recipe' has no annotations annotation_checker · 100%
low
Tool 'update_recipe_ingredients' has no annotations annotation_checker · 100%
low
Tool 'update_recipe_taxonomy' has no annotations annotation_checker · 100%
low
Tool 'update_recipe_taxonomy_batch' has no annotations annotation_checker · 100%
low
Tool 'duplicate_recipe' has no annotations annotation_checker · 100%
low
Tool 'mark_recipe_last_made' has no annotations annotation_checker · 100%
low
Tool 'set_recipe_image_from_url' has no annotations annotation_checker · 100%
low
Tool 'delete_recipe' has no annotations annotation_checker · 100%
low
Tool 'get_foods' has no annotations annotation_checker · 100%
low
Tool 'get_food' has no annotations annotation_checker · 100%
low
Tool 'create_food' has no annotations annotation_checker · 100%
low
Tool 'update_food' has no annotations annotation_checker · 100%
low
Tool 'delete_food' has no annotations annotation_checker · 100%
low
Tool 'get_shopping_lists' has no annotations annotation_checker · 100%
low
Tool 'create_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'get_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'update_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'delete_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'add_recipe_to_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'remove_recipe_from_shopping_list' has no annotations annotation_checker · 100%
low
Tool 'get_shopping_list_items' has no annotations annotation_checker · 100%
low
Tool 'create_shopping_list_item' has no annotations annotation_checker · 100%
low
Tool 'create_shopping_list_items_bulk' has no annotations annotation_checker · 100%
low
Tool 'update_shopping_list_item' has no annotations annotation_checker · 100%
low
Tool 'delete_shopping_list_item' has no annotations annotation_checker · 100%
low
Tool 'delete_shopping_list_items_bulk' has no annotations annotation_checker · 100%
low
Tool 'get_categories' has no annotations annotation_checker · 100%
low
Tool 'get_empty_categories' has no annotations annotation_checker · 100%
low
Tool 'create_category' has no annotations annotation_checker · 100%
low
Tool 'get_category' has no annotations annotation_checker · 100%
low
Tool 'get_category_by_slug' has no annotations annotation_checker · 100%
low
Tool 'update_category' has no annotations annotation_checker · 100%
low
Tool 'delete_category' has no annotations annotation_checker · 100%
low
Tool 'get_tags' has no annotations annotation_checker · 100%
low
Tool 'get_empty_tags' has no annotations annotation_checker · 100%
low
Tool 'create_tag' has no annotations annotation_checker · 100%
low
Tool 'get_tag' has no annotations annotation_checker · 100%
low
Tool 'get_tag_by_slug' has no annotations annotation_checker · 100%
low
Tool 'update_tag' has no annotations annotation_checker · 100%
low
Tool 'delete_tag' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: get_all_mealplans manifest_parser · 70%
info
Tool: get_mealplan_with_recipes manifest_parser · 70%
info
Tool: create_mealplan manifest_parser · 70%
info
Tool: create_mealplan_bulk manifest_parser · 70%
info
Tool: get_todays_mealplan manifest_parser · 70%
info
Tool: get_recipes manifest_parser · 70%
info
Tool: find_recipes_for_ingredients manifest_parser · 70%
info
Tool: get_recipe_detailed manifest_parser · 70%
info
Tool: get_recipe_concise manifest_parser · 70%
info
Tool: get_recipes_batch manifest_parser · 70%
info
Tool: get_recipes_detailed_batch manifest_parser · 70%
info
Tool: get_recipes_for_classification manifest_parser · 70%
info
Tool: create_recipe manifest_parser · 70%
info
Tool: patch_recipe manifest_parser · 70%
info
Tool: update_recipe_ingredients manifest_parser · 70%
info
Tool: update_recipe_taxonomy manifest_parser · 70%
info
Tool: update_recipe_taxonomy_batch manifest_parser · 70%
info
Tool: duplicate_recipe manifest_parser · 70%
info
Tool: mark_recipe_last_made manifest_parser · 70%
info
Tool: set_recipe_image_from_url manifest_parser · 70%
info
Tool: delete_recipe manifest_parser · 70%
info
Tool: get_foods manifest_parser · 70%
info
Tool: get_food manifest_parser · 70%
info
Tool: create_food manifest_parser · 70%
info
Tool: update_food manifest_parser · 70%
info
Tool: delete_food manifest_parser · 70%
info
Tool: get_shopping_lists manifest_parser · 70%
info
Tool: create_shopping_list manifest_parser · 70%
info
Tool: get_shopping_list manifest_parser · 70%
info
Tool: update_shopping_list manifest_parser · 70%
info
Tool: delete_shopping_list manifest_parser · 70%
info
Tool: add_recipe_to_shopping_list manifest_parser · 70%
info
Tool: remove_recipe_from_shopping_list manifest_parser · 70%
info
Tool: get_shopping_list_items manifest_parser · 70%
info
Tool: create_shopping_list_item manifest_parser · 70%
info
Tool: create_shopping_list_items_bulk manifest_parser · 70%
info
Tool: update_shopping_list_item manifest_parser · 70%
info
Tool: delete_shopping_list_item manifest_parser · 70%
info
Tool: delete_shopping_list_items_bulk manifest_parser · 70%
info
Tool: get_categories manifest_parser · 70%
info
Tool: get_empty_categories manifest_parser · 70%
info
Tool: create_category manifest_parser · 70%
info
Tool: get_category manifest_parser · 70%
info
Tool: get_category_by_slug manifest_parser · 70%
info
Tool: update_category manifest_parser · 70%
info
Tool: delete_category manifest_parser · 70%
info
Tool: get_tags manifest_parser · 70%
info
Tool: get_empty_tags manifest_parser · 70%
info
Tool: create_tag manifest_parser · 70%
info
Tool: get_tag manifest_parser · 70%
info
Tool: get_tag_by_slug manifest_parser · 70%
info
Tool: update_tag manifest_parser · 70%
info
Tool: delete_tag manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (3) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 14 components sbom_generator · 100%
critical
AWS Access Key ID found in timo-reymann-mealie-mcp-server-6274819/.pnp.cjs secret_scanner · 95%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%