mycal for Cursor
io.github.junhui20/mycal
Malaysia public holidays, school terms, business days & a leave optimizer (13 tools).
client:Cursor
transport:stdio
runtime:npm
Install mycal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mycal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@catlabtech/mycal-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs