MCP Catalogs
Home

unanet-mcp-server vs time

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

unanet-mcp-server
by culstrup
time
by modelcontextprotocol
Stars★ 3★ 85,748
30d uses
Score3677
Official
Categories
ProductivityFinanceDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

unanet-mcp-server · Summary

MCP server connecting Claude Desktop to Unanet GovCon ERP for natural language project, timesheet, and report management.

time · Summary

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

unanet-mcp-server · Use cases

  • Generate executive briefings and project status updates in seconds instead of minutes
  • Submit timesheets and expenses through natural language commands
  • Create invoices and financial reports without navigating complex ERP menus

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

unanet-mcp-server · Install

Installation

Windows Users (Recommended)

  1. Download the project from GitHub as a ZIP file
  2. Extract to C:\UnanetMCP\
  3. Double-click setup-windows.bat and follow the prompts

Mac/Linux Users

  1. Clone the repository:
git clone https://github.com/culstrup/unanet-mcp-server.git
cd unanet-mcp-server
  1. Install dependencies and build:
npm install
npm run build
  1. Copy .env.example to .env and add your Unanet credentials

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "unanet": {
      "command": "node",
      "args": ["/absolute/path/to/unanet-mcp-server/dist/index.js"],
      "env": {
        "UNANET_USERNAME": "your-username",
        "UNANET_PASSWORD": "your-password",
        "UNANET_API_KEY": "your-api-key",
        "UNANET_FIRM_CODE": "your-firm-code",
        "UNANET_BASE_URL": "https://your-instance.unanet.com"
      }
    }
  }
}

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.