mcp-ptitchef
Rank #10,561io.github.smeet666/mcp-ptitchef
Search Ptitchef recipes, read one, and rescale it to any servings. No API key.
mcp-ptitchef is a Model Context Protocol (MCP) server published by smeet666. It ranks #10,561 of 131,708 servers tracked on MCP Toplist. mcp-ptitchef is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 121,147 of 131,708 servers on MCP Toplist.
Use mcp-ptitchef
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ptitchef -e "PTC_USER_AGENT=<your PTC_USER_AGENT>" -e "PTC_MIN_INTERVAL_MS=<your PTC_MIN_INTERVAL_MS>" -e "PTC_TIMEOUT_MS=<your PTC_TIMEOUT_MS>" -e "PTC_MAX_RETRIES=<your PTC_MAX_RETRIES>" -e "PTC_CACHE_TTL_MS=<your PTC_CACHE_TTL_MS>" -e "PTC_CACHE_MAX_ENTRIES=<your PTC_CACHE_MAX_ENTRIES>" -e "PTC_MAX_BODY_BYTES=<your PTC_MAX_BODY_BYTES>" -e "PTC_BUDGET_MS=<your PTC_BUDGET_MS>" -e "PTC_LOG_LEVEL=<your PTC_LOG_LEVEL>" -- npx -y mcp-ptitchefReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
[mcp_servers.mcp-ptitchef]
command = "npx"
args = ["-y", "mcp-ptitchef"]
[mcp_servers.mcp-ptitchef.env]
PTC_USER_AGENT = "<your PTC_USER_AGENT>"
PTC_MIN_INTERVAL_MS = "<your PTC_MIN_INTERVAL_MS>"
PTC_TIMEOUT_MS = "<your PTC_TIMEOUT_MS>"
PTC_MAX_RETRIES = "<your PTC_MAX_RETRIES>"
PTC_CACHE_TTL_MS = "<your PTC_CACHE_TTL_MS>"
PTC_CACHE_MAX_ENTRIES = "<your PTC_CACHE_MAX_ENTRIES>"
PTC_MAX_BODY_BYTES = "<your PTC_MAX_BODY_BYTES>"
PTC_BUDGET_MS = "<your PTC_BUDGET_MS>"
PTC_LOG_LEVEL = "<your PTC_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-ptitchef": {
"command": "npx",
"args": [
"-y",
"mcp-ptitchef"
],
"env": {
"PTC_USER_AGENT": "<your PTC_USER_AGENT>",
"PTC_MIN_INTERVAL_MS": "<your PTC_MIN_INTERVAL_MS>",
"PTC_TIMEOUT_MS": "<your PTC_TIMEOUT_MS>",
"PTC_MAX_RETRIES": "<your PTC_MAX_RETRIES>",
"PTC_CACHE_TTL_MS": "<your PTC_CACHE_TTL_MS>",
"PTC_CACHE_MAX_ENTRIES": "<your PTC_CACHE_MAX_ENTRIES>",
"PTC_MAX_BODY_BYTES": "<your PTC_MAX_BODY_BYTES>",
"PTC_BUDGET_MS": "<your PTC_BUDGET_MS>",
"PTC_LOG_LEVEL": "<your PTC_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-ptitchef": {
"command": "npx",
"args": [
"-y",
"mcp-ptitchef"
],
"env": {
"PTC_USER_AGENT": "<your PTC_USER_AGENT>",
"PTC_MIN_INTERVAL_MS": "<your PTC_MIN_INTERVAL_MS>",
"PTC_TIMEOUT_MS": "<your PTC_TIMEOUT_MS>",
"PTC_MAX_RETRIES": "<your PTC_MAX_RETRIES>",
"PTC_CACHE_TTL_MS": "<your PTC_CACHE_TTL_MS>",
"PTC_CACHE_MAX_ENTRIES": "<your PTC_CACHE_MAX_ENTRIES>",
"PTC_MAX_BODY_BYTES": "<your PTC_MAX_BODY_BYTES>",
"PTC_BUDGET_MS": "<your PTC_BUDGET_MS>",
"PTC_LOG_LEVEL": "<your PTC_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
{
"servers": {
"mcp-ptitchef": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ptitchef"
],
"env": {
"PTC_USER_AGENT": "<your PTC_USER_AGENT>",
"PTC_MIN_INTERVAL_MS": "<your PTC_MIN_INTERVAL_MS>",
"PTC_TIMEOUT_MS": "<your PTC_TIMEOUT_MS>",
"PTC_MAX_RETRIES": "<your PTC_MAX_RETRIES>",
"PTC_CACHE_TTL_MS": "<your PTC_CACHE_TTL_MS>",
"PTC_CACHE_MAX_ENTRIES": "<your PTC_CACHE_MAX_ENTRIES>",
"PTC_MAX_BODY_BYTES": "<your PTC_MAX_BODY_BYTES>",
"PTC_BUDGET_MS": "<your PTC_BUDGET_MS>",
"PTC_LOG_LEVEL": "<your PTC_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-ptitchef": {
"command": "npx",
"args": [
"-y",
"mcp-ptitchef"
],
"env": {
"PTC_USER_AGENT": "<your PTC_USER_AGENT>",
"PTC_MIN_INTERVAL_MS": "<your PTC_MIN_INTERVAL_MS>",
"PTC_TIMEOUT_MS": "<your PTC_TIMEOUT_MS>",
"PTC_MAX_RETRIES": "<your PTC_MAX_RETRIES>",
"PTC_CACHE_TTL_MS": "<your PTC_CACHE_TTL_MS>",
"PTC_CACHE_MAX_ENTRIES": "<your PTC_CACHE_MAX_ENTRIES>",
"PTC_MAX_BODY_BYTES": "<your PTC_MAX_BODY_BYTES>",
"PTC_BUDGET_MS": "<your PTC_BUDGET_MS>",
"PTC_LOG_LEVEL": "<your PTC_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-ptitchef": {
"command": "npx",
"args": [
"-y",
"mcp-ptitchef"
],
"env": {
"PTC_USER_AGENT": "<your PTC_USER_AGENT>",
"PTC_MIN_INTERVAL_MS": "<your PTC_MIN_INTERVAL_MS>",
"PTC_TIMEOUT_MS": "<your PTC_TIMEOUT_MS>",
"PTC_MAX_RETRIES": "<your PTC_MAX_RETRIES>",
"PTC_CACHE_TTL_MS": "<your PTC_CACHE_TTL_MS>",
"PTC_CACHE_MAX_ENTRIES": "<your PTC_CACHE_MAX_ENTRIES>",
"PTC_MAX_BODY_BYTES": "<your PTC_MAX_BODY_BYTES>",
"PTC_BUDGET_MS": "<your PTC_BUDGET_MS>",
"PTC_LOG_LEVEL": "<your PTC_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-ptitchef/releases/download/v1.0.1/mcp-ptitchef-1.0.1.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smeet666%2Fmcp-ptitchef)<a href="https://mcptoplist.com/server/io.github.smeet666%2Fmcp-ptitchef"><img src="https://mcptoplist.com/badge/io.github.smeet666%2Fmcp-ptitchef.svg" alt="MCP Toplist: Top 10% of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
smeet666
Other servers by smeet666
- mcp-marmiton#4,483 · 16 vers
- mcp-stashbox#4,570 · 15 vers
- mcp-archiveorg#4,944 · 12 vers
- mcp-lrclib#4,999 · 12 vers
- mcp-animenewsnetwork#5,079 · 11 vers
- mcp-lyricscom#5,115 · 11 vers
- mcp-metacritic#5,135 · 10 vers
- mcp-recipes#5,210 · 9 vers
- mcp-books#5,364 · 9 vers
- mcp-libraryofcongress#5,706 · 8 vers
- mcp-wikibooks-cookbook#5,758 · 8 vers
- mcp-databnf#5,969 · 7 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Aug 29, 2026 |
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains mcp-ptitchef?
- mcp-ptitchef is maintained by smeet666, which publishes 22 MCP servers (164 total versions) tracked on MCP Toplist.
- Is mcp-ptitchef listed on the Official MCP Registry?
- Yes — mcp-ptitchef is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-ptitchef have?
- MCP Toplist tracks 2 versions of mcp-ptitchef, most recently published on Aug 29, 2026.
- Where can I find the source code for mcp-ptitchef?
- The source code for mcp-ptitchef is hosted at github.com/smeet666/mcp-ptitchef.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.