Skip to main content
Glama
davidashman

AnyList MCP Server

by davidashman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_recipesA

List all saved recipes from the AnyList account. Returns name, rating, cook time, prep time, and servings for each recipe. Use the optional search parameter to filter by name.

get_recipe_detailsA

Get full details of a specific recipe including ingredients and preparation steps. Look up by name or ID.

get_meal_planA

Get meal plan events for a date range. Defaults to the current week (Mon-Sun). Use a 6-week lookback (e.g. start_date 6 weeks ago) to understand recent eating patterns when recommending new meals.

add_meal_plan_eventC

Schedule a recipe or titled event on a specific day in the meal plan calendar.

get_listsA

List all shopping lists in the AnyList account.

get_list_itemsB

Get all items on a specific shopping list.

add_item_to_listA

Add a freeform item to a shopping list. Checks for duplicates before adding.

add_ingredient_to_listA

Add a specific ingredient from a recipe to a shopping list. Matches existing items or recent items by name for proper AnyList categorization.

add_recipe_ingredients_to_listA

Add all ingredients from a single recipe to a shopping list. Defaults to the "Groceries" list. Checks for duplicates: skips items already on the list, unchecks previously checked-off items.

add_ingredients_to_listA

Add ingredients from multiple recipes to a shopping list at once. Defaults to the "Groceries" list. Handles duplicates across recipes: each ingredient is only added once.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidashman/anylist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server