Calendar MCP Server — Google Calendar and Microsoft Graph for event management, tailored for ADK-Rust Enterprise AI Agents
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-calendar": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-calendar"
]
}
}
}
Run in terminal:
claude mcp add mcp-calendar cargo run -- mcp-calendar
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-calendar": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-calendar"
]
}
}
}