Odel
recipe commerce mcp

recipe commerce mcp

Local
@teamsincetoday1TypeScriptUpdated 5mo ago

Extract shoppable ingredients from recipe content with affiliate signals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrecipe-commerce-mcpv0.1.3

Run

npx -y recipe-commerce-mcp

MCP client config

{
  "mcpServers": {
    "recipe-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "recipe-commerce-mcp"
      ]
    }
  }
}
npmrecipe-commerce-mcpv0.1.3

Run

npx -y recipe-commerce-mcp

MCP client config

{
  "mcpServers": {
    "recipe-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "recipe-commerce-mcp"
      ]
    }
  }
}