Skip to content
Cursor

themealdb mcp for Cursor

io.github.mrfentmen/themealdb-mcp

TheMealDB recipes, categories, and ingredient filters.

client:Cursor transport:stdio runtime:npm

Install themealdb mcp in Cursor

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

{
  "mcpServers": {
    "themealdb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "themealdb-mcp"
      ]
    }
  }
}

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

themealdb mcp in other clients