time vs mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp by twelvedata | |
|---|---|---|
| Stars | ★ 85,748 | ★ 66 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp · Summary
Twelve Data MCP Server provides real-time financial market data through WebSocket, integrating seamlessly with trading applications.
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
mcp · Use cases
- Real-time stock and cryptocurrency monitoring for trading applications
- Algorithmic trading strategies that need market data feeds
- Financial analysis requiring historical and current market metrics
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"]
}
}
}mcp · Install
Installation
**Using UV (recommended)**:
uvx mcp-server-twelve-data --help**Using pip**:
pip install mcp-server-twelve-data
python -m mcp_server_twelve_data --help**Claude Desktop Configuration**:
{
"mcpServers": {
"twelvedata": {
"command": "uvx",
"args": ["mcp-server-twelve-data@latest", "-k", "YOUR_TWELVE_DATA_API_KEY", "-u", "YOUR_OPEN_AI_APIKEY"]
}
}
}