caldav-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
caldav-mcp by dominik1001 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 69 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | ProductivityCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
caldav-mcp · Summary
A CalDAV MCP server enabling AI assistants to manage calendar events via CalDAV protocols.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
caldav-mcp · Use cases
- AI assistants managing user schedules across CalDAV compatible calendars
- Automating event creation based on AI analysis
- Integration with calendar-based workflow automation
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
caldav-mcp · Install
Install via npm: npm install caldav-mcp
Add to Claude Desktop config:
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": [
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<CalDAV server URL>",
"CALDAV_USERNAME": "<CalDAV username>",
"CALDAV_PASSWORD": "<CalDAV password>"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}