Skip to content
Cursor

mcp marmiton for Cursor

io.github.smeet666/mcp-marmiton

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

client:Cursor transport:stdio runtime:npm

Install mcp marmiton in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-marmiton": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-marmiton"
      ],
      "env": {
        "MARMITON_USER_AGENT": "<MARMITON_USER_AGENT>",
        "MARMITON_MIN_INTERVAL_MS": "<MARMITON_MIN_INTERVAL_MS>",
        "MARMITON_LOG_LEVEL": "<MARMITON_LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp marmiton in other clients