wyattjoh/calendar-mcp
MCP server for accessing macOS Calendar events
Quick Start
Clone the repository:
git clone https://github.com/wyattjoh/calendar-mcpClaude Desktop configuration example:
{
"mcpServers": {
"calendar-mcp": {
"command": "npx",
"args": [
"-y",
"wyattjoh/calendar-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.