mcp supertoinette for Claude Desktop
io.github.smeet666/mcp-supertoinette
Read Supertoinette recipes and rescale their quantities honestly. No API key.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp supertoinette in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-supertoinette": {
"command": "npx",
"args": [
"-y",
"mcp-supertoinette"
],
"env": {
"STO_USER_AGENT": "<STO_USER_AGENT>",
"STO_MIN_INTERVAL_MS": "<STO_MIN_INTERVAL_MS>",
"STO_TIMEOUT_MS": "<STO_TIMEOUT_MS>",
"STO_MAX_RETRIES": "<STO_MAX_RETRIES>",
"STO_CACHE_TTL_MS": "<STO_CACHE_TTL_MS>",
"STO_CACHE_MAX_ENTRIES": "<STO_CACHE_MAX_ENTRIES>",
"STO_LOG_LEVEL": "<STO_LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs