mcp-tool-kit vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-tool-kit by getfounded | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 107 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 本地文件系统开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 10 个月前 | 本月 |
mcp-tool-kit · 概述
MCP 工具包是一个 Python 框架,提供 120+ 工具,可自动发现构建垂直 AI 代理。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-tool-kit · 使用场景
- 构建具有 PDF/Excel 处理能力的专业文档分析 AI 代理
- 创建具有网络搜索和数据分析工具的研究助手
- 开发具有文件系统操作和时区转换功能的效率工具
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-tool-kit · 安装
安装
快速安装
Windows (PowerShell)
irm https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.ps1 | iexmacOS (终端)
bash <(curl -s https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)Linux (终端)
bash <(wget -qO- https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)Claude Desktop 配置
添加到 Claude Desktop 配置中:
{
"mcpServers": {
"mcp-tool-kit": {
"command": "docker",
"args": ["exec", "-i", "mcp-server", "python", "mcp_server_v2.py"]
}
}
}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"]
}
}
}