Recipe MCP
Rank #33,583io.github.jkakar/recipe-mcp
MCP server providing recipe-mcp capabilities
Recipe MCP is a Model Context Protocol (MCP) server published by valetdotdev. It ranks #33,583 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Recipe MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Sep 11, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 98,530 of 132,113 servers on MCP Toplist.
Use Recipe MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add recipe-mcp -- npx -y @cookwith/recipe-mcp[mcp_servers.recipe-mcp]
command = "npx"
args = ["-y", "@cookwith/recipe-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"recipe-mcp": {
"command": "npx",
"args": [
"-y",
"@cookwith/recipe-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"recipe-mcp": {
"command": "npx",
"args": [
"-y",
"@cookwith/recipe-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"recipe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cookwith/recipe-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"recipe-mcp": {
"command": "npx",
"args": [
"-y",
"@cookwith/recipe-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"recipe-mcp": {
"command": "npx",
"args": [
"-y",
"@cookwith/recipe-mcp"
]
}
}
}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.jkakar%2Frecipe-mcp)<a href="https://mcptoplist.com/server/io.github.jkakar%2Frecipe-mcp"><img src="https://mcptoplist.com/badge/io.github.jkakar%2Frecipe-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
valetdotdev
Other servers by valetdotdev
View all valetdotdev servers →Available versions (5)
| Version | Published |
|---|---|
| 1.0.4 | Sep 11, 2025 |
| 1.0.3 | Sep 11, 2025 |
| 1.0.2 | Sep 11, 2025 |
| 1.0.0 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Recipe MCP?
- Recipe MCP is maintained by valetdotdev, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Recipe MCP listed on the Official MCP Registry?
- Yes — Recipe MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Recipe MCP have?
- MCP Toplist tracks 5 versions of Recipe MCP, most recently published on Sep 11, 2025.
- Where can I find the source code for Recipe MCP?
- The source code for Recipe MCP is hosted at github.com/valetdotdev/recipe-mcp.
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.