openfinclaw-cli vs time
并排对比,帮你在这两个 MCP server 之间做选择。
openfinclaw-cli by mirror29 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 63 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | 金融数据AI / LLM 工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
openfinclaw-cli · 概述
OpenFinClaw 是一个MCP服务器,为多个AI平台提供AI驱动的量化交易研究、策略生成和回测功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
openfinclaw-cli · 使用场景
- 通过自然语言提示生成和回测交易策略
- 跨多个市场获取金融研究和分析
- 通过社区排行榜分享和发现量化策略
- 将量化交易功能集成到AI编程环境中
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
openfinclaw-cli · 安装
# 安装并自动配置
npx @openfinclaw/cli@latest install
# 非交互式安装
npx @openfinclaw/cli@latest install --yes --platforms cursor,claude-code --tool-groups deepagent,strategy --api-key fch_xxx
# 配置Claude Desktop
# 添加到 ~/.claude/settings.json:
{
"mcpServers": {
"openfinclaw": {
"command": "npx",
"args": ["@openfinclaw/cli", "serve", "--tools=deepagent,strategy"],
"env": {
"OPENFINCLAW_API_KEY": "fch_xxx"
}
}
}
}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"]
}
}
}