time vs ruflo
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ruflo by ruvnet | |
|---|---|---|
| Stars | ★ 85,748 | ★ 51,795 |
| 30d uses | — | — |
| Score | 77 | 64 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ruflo · Summary
Multi-agent orchestration platform for Claude Code with MCP server integration, enabling coordinated AI swarms and autonomous workflows.
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
ruflo · Use cases
- Coordinating multiple AI agents to collaborate on complex development tasks
- Running autonomous multi-agent workflows for continuous code improvements
- Federating agent communication across different machines and organizations securely
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"]
}
}
}ruflo · Install
Installation
Path A: Claude Code Plugin
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core and plugins
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@rufloPath B: Full CLI Install
# Interactive setup
npx ruflo@latest init wizard
# Or quick non-interactive
npx ruflo@latest initMCP Server Registration
claude mcp add ruflo -- npx ruflo@latest mcp start{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "mcp", "start"]
}
}
}