A Model Context Protocol (MCP) server to enable AI agents to create, update, and manage calendar events and schedules.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-calendar": {
"command": "npx",
"args": [
"-y",
"JavierPrior845/mcp-server-calendar"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-calendar npx -y JavierPrior845/mcp-server-calendar
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-calendar": {
"command": "npx",
"args": [
"-y",
"JavierPrior845/mcp-server-calendar"
]
}
}
}