Skip to content
Cursor

recipe mcp for Cursor

io.github.jkakar/recipe-mcp

Generate and remix recipes using cookwith.co

client:Cursor transport:stdio runtime:npm

Install recipe mcp in Cursor

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

{
  "mcpServers": {
    "recipe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cookwith/recipe-mcp"
      ]
    }
  }
}

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

recipe mcp in other clients