mcp.mbt vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp.mbt by colmugx | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | MoonBit | TypeScript |
| Last commit | 3 mo ago | this month |
mcp.mbt · Summary
Type-safe MCP server implementation in MoonBit with dual transport support (STDIO/HTTP).
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp.mbt · Use cases
- Building custom AI tools for Claude Desktop with MoonBit's type safety
- Creating MCP servers that need to serve both desktop and web clients
- Developing production-ready MCP servers with structured error handling
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
mcp.mbt · Install
moon add colmugx/mcpFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"my-server": {
"command": "moon",
"args": ["run", "path/to/your_server.mbt"]
}
}
}To run the example server:
moon run @examples/cmd/maintime · 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"]
}
}
}