Skip to content
Windsurf

mcp recipes for Windsurf

io.github.smeet666/mcp-recipes

Search six recipe sites at once, in French, English and Spanish, and scale quantities.

client:Windsurf transport:stdio runtime:npm

Install mcp recipes in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-recipes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-recipes"
      ],
      "env": {
        "RECIPES_USER_AGENT": "<RECIPES_USER_AGENT>",
        "RECIPES_MIN_INTERVAL_MS": "<RECIPES_MIN_INTERVAL_MS>",
        "RECIPES_TIMEOUT_MS": "<RECIPES_TIMEOUT_MS>",
        "RECIPES_MAX_RETRIES": "<RECIPES_MAX_RETRIES>",
        "RECIPES_CACHE_TTL_MS": "<RECIPES_CACHE_TTL_MS>",
        "RECIPES_CACHE_MAX_ENTRIES": "<RECIPES_CACHE_MAX_ENTRIES>",
        "RECIPES_LOG_LEVEL": "<RECIPES_LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp recipes in other clients