MCP Catalogs
Home

monobank-mcp vs time

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

monobank-mcp
by Aler1x
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3877
Official
Categories
FinanceDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

monobank-mcp · Summary

Node.js/TypeScript MCP server for Monobank that exposes personal accounts, statements, and public exchange rates as tools.

time · Summary

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

monobank-mcp · Use cases

  • Financial assistants that can query current account balance and transaction history
  • Currency conversion applications that use Monobank's public exchange rates
  • Personal finance tracking tools that integrate Monobank data via MCP

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

monobank-mcp · Install

Installation

  1. **Using the published npm package:**
{
  "mcpServers": {
    "monobank-mcp": {
      "command": "npx",
      "args": ["-y", "@alerix/monobank-mcp"],
      "env": {
        "MONOBANK_API_TOKEN": "your_token_here"
      }
    }
  }
}

Set MONOBANK_API_TOKEN only if you use get_client_info or get_statement.

  1. **For development:**
git clone https://github.com/aler1x/monobank-mcp.git
cd monobank-mcp
npm install
MONOBANK_API_TOKEN=your_token_here npm run dev

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.