winremote-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
winremote-mcp by dddabtc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 118 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具可观测性运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 本月 |
winremote-mcp · 概述
Windows 远程 MCP 服务器,提供 40+ 种工具,通过 FastMCP 实现桌面自动化、进程管理和文件操作。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
winremote-mcp · 使用场景
- 让 Claude、GPT 等 AI 代理远程控制 Windows GUI 应用程序
- 从跨平台环境自动化 Windows 系统管理任务
- 为残障人士提供可访问的 Windows 桌面控制
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
winremote-mcp · 安装
安装
从 PyPI(推荐)
pip install winremote-mcp从源码安装
git clone https://github.com/dddabtc/winremote-mcp.git
cd winremote-mcp
pip install .Claude Desktop 集成
添加到 claude_desktop_config.json:
{
"mcpServers": {
"winremote": {
"type": "http",
"url": "http://192.168.1.100:8090/mcp/",
"oauth": {
"clientId": "my-client",
"clientSecret": "my-secret"
}
}
}
}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"]
}
}
}