tradingview-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
tradingview-mcp by atilaahmettaner | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2,698 | ★ 85,748 |
| 30d uses | — | — |
| Score | 57 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
tradingview-mcp · Summary
AI trading MCP server with real-time stock/crypto screening, technical analysis, and native Claude integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
tradingview-mcp · Use cases
- AI-assisted trading decisions using real-time technical analysis and sentiment data
- Backtesting multiple trading strategies with institutional performance metrics
- Accessing comprehensive market data through Claude without switching 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
tradingview-mcp · Install
Install via pip:
pip install tradingview-mcp-serverClaude Desktop Config (claude_desktop_config.json):
{
"mcpServers": {
"tradingview": {
"command": "/Users/YOUR_USERNAME/.local/bin/uvx",
"args": ["--from", "tradingview-mcp-server", "tradingview-mcp"]
}
}
}On Linux, replace /Users/YOUR_USERNAME with /home/YOUR_USERNAME. On Windows, use %USERPROFILE%\.local\bin\uvx.exe.
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"]
}
}
}