MCP Catalogs
Home

furi vs time

Side-by-side comparison to help you pick between these two MCP servers.

furi
by ashwwwin
time
by modelcontextprotocol
Stars★ 88★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsOps & InfraProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit8 mo agothis month

furi · Summary

A comprehensive CLI & API tool for managing MCP servers with process management, HTTP routing, and SSE aggregation capabilities.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

furi · Use cases

  • Managing multiple MCP servers in production environments with process monitoring and logging
  • Providing HTTP API access to MCP tools for integration with web applications
  • Aggregating multiple MCP servers into a single endpoint for clients that support SSE transport

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

furi · Install

Installation

On macOS/Linux:

curl -fsSL https://furi.so/install | bash

Verify installation:

furi

Configuration for Claude Desktop

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "furi": {
      "command": "furi",
      "args": ["connect"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.