mcp-1panel vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-1panel by 1Panel-dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 147 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | 运维基建开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 7 个月前 | 本月 |
mcp-1panel · 概述
1Panel 的 MCP 服务器,提供网站、数据库和服务器管理工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-1panel · 使用场景
- AI 助手通过自然语言管理 Web 服务器和创建网站
- 使用 AI 驱动的提示自动化服务器管理任务
- 通过集成了 MCP 的 AI 工具监控系统资源和网站性能
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-1panel · 安装
安装
前提条件
- Go 1.23.0 或更高版本
- 已安装的 1Panel
从源代码构建
git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel
make build将 ./build/mcp-1panel 移动到系统 PATH。
使用 go install 安装
go install github.com/1Panel-dev/mcp-1panel@latestCursor/Windsurf 配置
{
"mcpServers": {
"mcp-1panel": {
"command": "mcp-1panel",
"env": {
"PANEL_ACCESS_TOKEN": "<您的 1Panel 访问令牌>",
"PANEL_HOST": "http://localhost:8080"
}
}
}
}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"]
}
}
}