tradingview-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
tradingview-mcp by atilaahmettaner | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2,698 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 57 | 77 |
| 官方 | — | ✓ |
| 分类 | 金融数据AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 本月 |
tradingview-mcp · 概述
AI 交易 MCP 服务器,提供实时股票/加密货币筛选、技术分析和原生 Claude 集成。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
tradingview-mcp · 使用场景
- 使用实时技术分析和情绪数据进行 AI 辅助交易决策
- 使用机构性能指标回测多种交易策略
- 通过 Claude 访问全面的市场数据而无需切换应用程序
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
tradingview-mcp · 安装
通过 pip 安装:
pip install tradingview-mcp-serverClaude Desktop 配置 (claude_desktop_config.json):
{
"mcpServers": {
"tradingview": {
"command": "/Users/YOUR_USERNAME/.local/bin/uvx",
"args": ["--from", "tradingview-mcp-server", "tradingview-mcp"]
}
}
}在 Linux 上,将 /Users/YOUR_USERNAME 替换为 /home/YOUR_USERNAME。在 Windows 上,使用 %USERPROFILE%\.local\bin\uvx.exe。
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}