Skip to content
VS Code

mycal for VS Code

io.github.junhui20/mycal

Malaysia public holidays, school terms, business days & a leave optimizer (13 tools).

client:VS Code transport:stdio runtime:npm

Install mycal in VS Code

.vscode/mcp.json

{
  "servers": {
    "mycal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@catlabtech/mycal-mcp-server"
      ]
    }
  }
}

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

mycal in other clients