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 | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this 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
- **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.
- **For development:**
git clone https://github.com/aler1x/monobank-mcp.git
cd monobank-mcp
npm install
MONOBANK_API_TOKEN=your_token_here npm run devtime · 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"]
}
}
}