winremote-mcp
by dddabtc·★ 118·综合分 50
Windows 远程 MCP 服务器,提供 40+ 种工具,通过 FastMCP 实现桌面自动化、进程管理和文件操作。
概述
WinRemote-MCP 是一个基于 FastMCP 构建的综合性 Windows 远程控制服务器,提供超过 40 种自动化和管理工具。它使 AI 代理能够通过截图、GUI 自动化、Shell 执行、文件操作、系统管理和网络工具与 Windows 系统交互。该服务器提供安全的远程访问,支持身份验证、HTTPS 和 OAuth 2.0 集成,可与各种 MCP 客户端配合使用。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要为 AI 代理提供全面的 Windows 桌面自动化,特别是与 Claude Desktop 或 OpenClaw 集成以远程控制 Windows 机器时,选择此工具。
什么时候不要选它
如果您需要超出 Windows 的跨平台支持,需要无限制的注册表写入权限,或在高度安全的环境中需要比基本身份验证更严格的安全措施,请避免使用此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具SnapshotCapture desktop screenshots with optional JPEG compression
ClickSimulate mouse clicks at specific screen coordinates
TypeSend keyboard input to the active window
ShellExecute PowerShell or CMD commands
FileWriteWrite content to files on the system
FileReadRead contents of files on the system
FileListList files and directories
ProcessListList running processes
ProcessKillTerminate running processes
WindowListList all open windows
WindowFocusBring a specific window to focus
OCRExtract text from screen regions using OCR
可对比工具
安装
安装
从 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"
}
}
}
}FAQ
- 远程访问是否需要身份验证?
- 是的,默认情况下远程 HTTP 访问需要身份验证(API 密钥或 OAuth)。服务器在没有身份验证的情况下拒绝非回环绑定。
- 我可以将此服务器用于互联网访问吗?
- 是的,但建议启用 HTTPS 并使用有效证书进行安全的互联网访问。对于 LAN 访问可以使用自签名证书。
winremote-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。