time vs mirobody
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mirobody by thetahealth | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1,042 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolshealthProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mirobody · Summary
A personal data platform bridging health, finance data with AI via MCP servers and Claude Agent 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
mirobody · Use cases
- Personal health analysis with data from multiple wearables and Apple Health
- Finance management by creating custom AI tools for personal financial data
- Building domain-specific agents that leverage personal data via MCP tools
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"]
}
}
}mirobody · Install
Quick Start with Docker
git clone https://github.com/thetahealth/mirobody.git
cd mirobody
./deploy.shThis will set up a complete environment with Postgres, Redis, and Mirobody.
Use as MCP Server
Set MCP_PUBLIC_URL to expose your MCP server over HTTPS for remote access.
Claude Desktop Integration
Add to Claude Desktop configuration:
{
"mcpServers": {
"mirobody": {
"command": "python",
"args": ["-m", "mirobody.mcp.server"],
"env": {"MCP_CONFIG_PATH": "/path/to/config"}
}
}
}