mcpbeat Sign in

MCP Marmiton MCP Server

local only

MCP Marmiton runs on your own machine — the client starts it, so there is no endpoint to ping. 187 installs a week from npm. Last commit 21 Sep 2026.

Search Marmiton recipes, read ingredients and steps, and scale quantities to any servings.

Installs per day peak 802 · avg 79
a month agotoday
187
Installs / week
npm · mcp-marmiton
0
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Marmiton every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-marmiton -- npx -y mcp-marmiton
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-marmiton": {
      "args": [
        "-y",
        "mcp-marmiton"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-marmiton]
command = "npx"
args = ["-y", "mcp-marmiton"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-marmiton": {
      "args": [
        "-y",
        "mcp-marmiton"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-marmiton": {
      "args": [
        "-y",
        "mcp-marmiton"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MARMITON_USER_AGENT (Override the User-Agent sent to Marmiton.), MARMITON_MIN_INTERVAL_MS (Minimum milliseconds between requests. Default 1000, floor 500.), MARMITON_LOG_LEVEL (silent, error, info or debug. Default error.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Marmiton

same job, measured the same way
MCP Ptitchef
by smeet666

Search Ptitchef recipes, read one, and rescale it to any servings. No API key.

130 installs/wk local only
MCP Bbc Goodfood
by smeet666

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

136 installs/wk local only
MCP Wikibooks Cookbook
by smeet666

Search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings.

144 installs/wk local only
MCP Recipes
by smeet666

Search six recipe sites at once, in French, English and Spanish, and scale quantities.

70 installs/wk local only
MCP Supertoinette
by smeet666

Read Supertoinette recipes and rescale their quantities honestly. No API key.

143 installs/wk local only
Cookiy
by cookiy

AI user research via studies, interviews, recruitment, reports, and quantitative surveys.

answering
Themealdb MCP
by mrfentmen

TheMealDB recipes, categories, and ingredient filters.

local only
reMarkable MCP Server
by sammorrowdrums

Read, render, search, and manage reMarkable documents through MCP

547 installs/wk local only

MCP Marmiton — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Marmiton?
MCP Marmiton runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-marmiton was installed 187 times last week.
How do I connect MCP Marmiton?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-marmiton straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Marmiton?
The npm package mcp-marmiton was installed 187 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Marmiton open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.