Skip to content
VS Code

themealdb mcp for VS Code

io.github.mrfentmen/themealdb-mcp

TheMealDB recipes, categories, and ingredient filters.

client:VS Code transport:stdio runtime:npm

Install themealdb mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "themealdb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "themealdb-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

themealdb mcp in other clients