calendarmcp for Cursor
io.github.aernouddekker/calendarmcp
MCP server for macOS Calendar.app — calendar and event management via AppleScript
client:Cursor
transport:stdio
runtime:npm
Install calendarmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"calendarmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/calendarmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs