Mac Calendar MCP for Cursor
io.github.wagamama/mac-calendar-mcp
Read-only Mac Calendar MCP server with indexed archive search.
client:Cursor
transport:stdio
runtime:pypi
Install Mac Calendar MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mac-calendar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs