excalimate vs time
Side-by-side comparison to help you pick between these two MCP servers.
excalimate by excalimate | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 19 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
excalimate · Summary
MCP server that turns hand-drawn Excalidraw diagrams into animated videos with AI-driven creation tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
excalimate · Use cases
- AI-assisted creation of animated presentations and explainers
- Automated generation of architecture diagrams with animation sequences
- Real-time collaboration between AI tools and visual design
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
excalimate · Install
Installation
**Quick start:**
npx @excalimate/mcp-server**For Claude Desktop:** Add to claude_desktop_config.json:
{
"mcpServers": {
"excalimate": {
"command": "npx",
"args": ["@excalimate/mcp-server", "--stdio"]
}
}
}**For VS Code (GitHub Copilot):** Add to .vscode/mcp.json:
{
"servers": {
"excalimate": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}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"]
}
}
}