AddCal for Claude Desktop
co.addcal/addcal
Publish public calendars and events others subscribe to: RSVPs, feeds and add-to-calendar links.
client:Claude Desktop
transport:streamable-http
Install AddCal in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"addcal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://addcal.co/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs