Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Edamam Nutrition

FreeNot checked

Nutrition analysis, food database, and recipe search from Edamam. Requires an Edamam API key.

GitHubEmbed

About

Nutrition analysis, food database, and recipe search from Edamam. Requires an Edamam API key.

README

Edamam MCP — wraps three Edamam APIs in one pack:

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
nutrition_analysis Analyze the nutrition of a food ingredient or recipe line and return calories, weight, diet/health labels, and a macro breakdown. Example: nutrition_analysis({ ingredient: "1 cup rice and 10 oz chickpeas" })
search_recipes Search Edamam's recipe database by keyword with optional diet, health, and cuisine filters. Returns recipes with calories, time, servings, and ingredient lists. Example: search_recipes({ query: "chicken curry", health: "gluten-free", limit: 5 })
search_food Search Edamam's food database for foods matching a query and return per-100g macros (calories, protein, fat, carbs). Example: search_food({ query: "cheddar cheese", limit: 10 })

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "edamam": {
      "url": "https://gateway.pipeworx.io/edamam/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Edamam data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-edamam

Install Edamam Nutrition in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install edamam-nutrition

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add edamam-nutrition -- npx -y @pipeworx/mcp-edamam

Step-by-step: how to install Edamam Nutrition

FAQ

Is Edamam Nutrition MCP free?

Yes, Edamam Nutrition MCP is free — one-click install via Unyly at no cost.

Does Edamam Nutrition need an API key?

No, Edamam Nutrition runs without API keys or environment variables.

Is Edamam Nutrition hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Edamam Nutrition in Claude Desktop, Claude Code or Cursor?

Open Edamam Nutrition on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Edamam Nutrition with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs