time vs miro-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | miro-mcp-server by olgasafonova | |
|---|---|---|
| Stars | ★ 85,748 | ★ 22 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
miro-mcp-server · Summary
Comprehensive MCP server for controlling Miro whiteboards with 92 tools, featuring token efficiency options and workflow skills.
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
miro-mcp-server · Use cases
- Automate Miro workshop creation and management through AI assistants
- Generate diagrams and visual content from text descriptions
- Integrate Miro boards into AI-driven development workflows
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"]
}
}
}miro-mcp-server · Install
Installation
**Homebrew (macOS/Linux):**
brew tap olgasafonova/tap && brew install miro-mcp-server**One-liner (macOS/Linux):**
curl -fsSL https://raw.githubusercontent.com/olgasafonova/miro-mcp-server/main/install.sh | sh**Docker:**
docker pull ghcr.io/olgasafonova/miro-mcp-server:latestConfiguration
**Claude Desktop:** Add to claude_desktop_config.json:
{
"mcpServers": {
"miro": {
"command": "miro-mcp-server",
"args": []
}
}
}**Environment Variable:**
export MIRO_ACCESS_TOKEN=your-token