MCP Catalogs
Home

time vs SageFs

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

time
by modelcontextprotocol
SageFs
by WillEhrendreich
Stars★ 85,748★ 64
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM Tools
LanguageTypeScriptF#
Last committhis monththis month

time · Summary

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

SageFs · Summary

A live F# development engine with hot reload, live testing, and MCP integration for AI agents.

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

SageFs · Use cases

  • AI-assisted F# development with direct code execution capabilities
  • Live testing with immediate feedback on every save
  • Cross-editor F# development with hot reloading support

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"]
    }
  }
}

SageFs · Install

dotnet tool install --global SageFs

For MCP integration, add to Claude Desktop config:

{
  "mcpServers": {
    "sagefs": {
      "command": "sagefs",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.