Skip to content
VS Code

kcaldata for VS Code

io.github.kcaldata/kcaldata

Natural-language calorie lookup. Send '2 large eggs', get USDA-sourced nutrition data.

client:VS Code transport:streamable-http tools:1

Install kcaldata in VS Code

.vscode/mcp.json

{
  "servers": {
    "kcaldata": {
      "type": "http",
      "url": "https://api.kcaldata.com/mcp-server/mcp"
    }
  }
}

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

What VS Code can do once it is connected

kcaldata in other clients