MCP Catalogs
Home

time vs monarch-mcp-server

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

time
by modelcontextprotocol
monarch-mcp-server
by robcerda
Stars★ 85,748★ 216
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceProductivityAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

monarch-mcp-server · Summary

MCP server for Monarch Money personal finance management with extensive transaction and account tools.

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

monarch-mcp-server · Use cases

  • Automating personal financial reporting and analysis
  • Bulk categorization of transactions for expense tracking
  • Integration with Claude AI for intelligent financial assistance

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

monarch-mcp-server · Install

Installation

  1. Clone the repository:
git clone https://github.com/robcerda/monarch-mcp-server.git
cd monarch-mcp-server
  1. Install dependencies:
pip install -r requirements.txt
pip install -e .
  1. Configure Claude Desktop:

Add to your config file:

{
  "mcpServers": {
    "Monarch Money": {
      "command": "/opt/homebrew/bin/uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with-editable",
        "/path/to/your/monarch-mcp-server",
        "mcp",
        "run",
        "/path/to/your/monarch-mcp-server/src/monarch_mcp_server/server.py"
      ]
    }
  }
}
  1. One-time authentication:
python login_setup.py
  1. Restart Claude
Comparison generated from public README + GitHub signals. Last updated automatically.