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 | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceProductivityAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this 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
- Clone the repository:
git clone https://github.com/robcerda/monarch-mcp-server.git
cd monarch-mcp-server- Install dependencies:
pip install -r requirements.txt
pip install -e .- 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"
]
}
}
}- One-time authentication:
python login_setup.py- Restart Claude