Recipes for VS Code
io.github.pipeworx-io/recipes
Recipes MCP — wraps TheMealDB API (free tier, no auth)
client:VS Code
transport:streamable-http
Install Recipes in VS Code
.vscode/mcp.json
{
"servers": {
"recipes": {
"type": "http",
"url": "https://gateway.pipeworx.io/recipes/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs