Skip to content
Grok

mcp ptitchef for Grok

io.github.smeet666/mcp-ptitchef

Search Ptitchef recipes, read one, and rescale it to any servings. No API key.

client:Grok transport:stdio runtime:npm

Install mcp ptitchef in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-ptitchef": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ptitchef"
      ],
      "env": {
        "PTC_USER_AGENT": "<PTC_USER_AGENT>",
        "PTC_MIN_INTERVAL_MS": "<PTC_MIN_INTERVAL_MS>",
        "PTC_TIMEOUT_MS": "<PTC_TIMEOUT_MS>",
        "PTC_MAX_RETRIES": "<PTC_MAX_RETRIES>",
        "PTC_CACHE_TTL_MS": "<PTC_CACHE_TTL_MS>",
        "PTC_CACHE_MAX_ENTRIES": "<PTC_CACHE_MAX_ENTRIES>",
        "PTC_MAX_BODY_BYTES": "<PTC_MAX_BODY_BYTES>",
        "PTC_BUDGET_MS": "<PTC_BUDGET_MS>",
        "PTC_LOG_LEVEL": "<PTC_LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp ptitchef in other clients