Back to MCP Servers
Calendar
MCP server for accessing macOS Calendar events
workplace-productivity
By wyattjoh
Installation
npx -y calendar-mcpConfiguration
{
"mcpServers": {
"calendar-mcp": {
"command": "npx",
"args": ["-y", "calendar-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes