PluginBench
MCP Server
Stale
MIT

io.github.jkakar/recipe-mcp MCP Server

io.github.jkakar/recipe-mcp

What is the io.github.jkakar/recipe-mcp MCP server?

Generate and remix recipes using cookwith.co

How to install io.github.jkakar/recipe-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "recipe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cookwith/recipe-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "recipe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cookwith/recipe-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "recipe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cookwith/recipe-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "recipe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cookwith/recipe-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add recipe-mcp -- npx -y @cookwith/recipe-mcp

Related MCP servers

AI-powered recipe generation and transformation tools by Cookwith

0
JavaScript
MIT
View repository →