time vs akshare-one-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 85,748 | ★ 172 |
| 30天用量 | — | 13,664 |
| 综合分 | 77 | 75 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 金融数据开发者工具网页抓取 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
akshare-one-mcp · 概述
通过 akshare-one API 提供全面的中国股市数据的 MCP 服务器。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
akshare-one-mcp · 使用场景
- 金融分析师获取中国股市数据进行研究
- 算法交易系统访问实时市场信息
- 投资应用为用户提供市场数据
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"]
}
}
}akshare-one-mcp · 安装
安装
通过 Smithery(推荐)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude通过 uv
- 如果尚未安装,请先安装 uv
- 将以下内容添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}本地开发
- 克隆:
git clone https://github.com/zwldarren/akshare-one-mcp.git - 安装依赖:
uv sync - 在命令中使用
uv run akshare-one-mcp添加到 Claude 配置