MCP Catalogs
Home

time vs claude-faf-mcp

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

time
by modelcontextprotocol
claude-faf-mcp
by Wolfe-Jam
Stars★ 85,748★ 17
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis monththis month

time · Summary

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

claude-faf-mcp · Summary

FAF MCP server for Claude — persistent project context with 33 tools for better AI development.

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

claude-faf-mcp · Use cases

  • Maintaining consistent project context across multiple Claude sessions
  • Automating project documentation and README generation
  • Syncing development context between different AI 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"]
    }
  }
}

claude-faf-mcp · Install

Installation Options

**Web Transport (Recommended)**

claude mcp add --transport http claude-faf-mcp https://claude-faf-mcp.vercel.app/sse

**Claude Desktop (Click & Install)**

  1. Download [claude-faf-mcp-5.5.2.mcpb](https://github.com/Wolfe-Jam/claude-faf-mcp/releases/latest/download/claude-faf-mcp-5.5.2.mcpb)
  2. Double-click to install

**Claude Desktop (Manual Install)**

npm install -g claude-faf-mcp

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "faf": { "command": "npx", "args": ["-y", "claude-faf-mcp"] }
  }
}

**Universal CLI (Any AI)**

npx faf-cli auto
Comparison generated from public README + GitHub signals. Last updated automatically.