time vs maverick-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | maverick-mcp by wshobson | |
|---|---|---|
| Stars | ★ 85,748 | ★ 549 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsProductivity |
| 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.
maverick-mcp · Summary
A comprehensive MCP server for financial analysis, technical indicators, and portfolio optimization.
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
maverick-mcp · Use cases
- Individual traders performing technical analysis on stocks
- Investors optimizing their portfolio allocations
- Financial analysts screening stocks based on multiple strategies
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"]
}
}
}maverick-mcp · Install
Installation
**Prerequisites:**
- Python 3.12+
- uv (recommended) or pip
- TA-Lib for technical analysis
- Optional: Redis for caching, PostgreSQL/SQLite for persistence
**Quick Start:**
# Clone and install with uv
uv sync
cp .env.example .env
# Add Tiingo API key to .env
# Start server
make dev**Claude Desktop Configuration:**
{
"mcpServers": {
"maverick-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:8003/sse/"]
}
}
}