Productivity|Communication|AI / MLPython
mcp-ical
A Model Context Protocol Server that allows you to interact with your MacOS Calendar through natural language.
N/A rating (0 reviews)0 installs292 GitHub stars
calendarnatural languageMCP
Transform how you interact with your macOS calendar using natural language! The mcp-ical server leverages the Model Context Protocol (MCP) to turn your calendar management into a conversational experience.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ical-1": {
"args": [
"mcp-server-mcp-ical-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.