activitywatch-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
activitywatch-mcp-server by 8bitgentleman | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 65 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | 效率工具AI / LLM 工具可观测性 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
activitywatch-mcp-server · 概述
ActivityWatch 时间追踪数据的 MCP 服务器,让 LLM 能够查询并与之交互。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
activitywatch-mcp-server · 使用场景
- 生产力分析:查询时间追踪数据,了解在不同应用程序和活动中花费的时间
- 个人洞察:通过 AI 界面提出关于时间使用模式的问题,获取详细的 ActivityWatch 报告
- 自动化报告:通过 MCP 运行复杂 AQL 查询,提取特定的时间追踪指标创建自定义报告
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
activitywatch-mcp-server · 安装
安装
**从 npm 安装(即将推出):**
npm install -g activitywatch-mcp-server**从源码构建:**
- 克隆仓库
npm installnpm run build
配置
在 Claude Desktop 配置文件中添加:
{
"mcpServers": {
"activitywatch": {
"command": "activitywatch-mcp-server",
"args": []
}
}
}如果从源码构建:
{
"mcpServers": {
"activitywatch": {
"command": "node",
"args": ["/path/to/activitywatch-mcp-server/dist/index.js"]
}
}
}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"]
}
}
}