mcp ptitchef for Cline
io.github.smeet666/mcp-ptitchef
Search Ptitchef recipes, read one, and rescale it to any servings. No API key.
client:Cline
transport:stdio
runtime:npm
Install mcp ptitchef in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-ptitchef": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs