MCP Catalogs
Home

time vs formanator

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

time
by modelcontextprotocol
formanator
by timrogers
Stars★ 85,748★ 84
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceProductivityAI / LLM Tools
LanguageTypeScriptRust
Last committhis monththis month

time · Summary

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

formanator · Summary

Command-line tool and MCP server for submitting and managing Forma benefit claims with receipt analysis.

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

formanator · Use cases

  • Automatically submit expense receipts for Forma benefits in bulk
  • Integrate Forma claim management into AI assistants via MCP
  • Automatically categorize and process receipt images using LLM analysis

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

formanator · Install

Installation

macOS or Linux via Homebrew
brew tap timrogers/tap && brew install formanator
macOS, Linux, or Windows via Cargo
# Install Rust if not already installed
# https://www.rust-lang.org/tools/install
cargo install formanator
Via direct binary download
  1. Download the [latest release](https://github.com/timrogers/formanator/releases/latest)
  2. Add the binary to your PATH

Claude Desktop Configuration

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