MCP Catalogs
首页

winremote-mcp

by dddabtc·118·综合分 50

Windows 远程 MCP 服务器,提供 40+ 种工具,通过 FastMCP 实现桌面自动化、进程管理和文件操作。

developer-toolsmonitoringops-infra
31
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

WinRemote-MCP 是一个基于 FastMCP 构建的综合性 Windows 远程控制服务器,提供超过 40 种自动化和管理工具。它使 AI 代理能够通过截图、GUI 自动化、Shell 执行、文件操作、系统管理和网络工具与 Windows 系统交互。该服务器提供安全的远程访问,支持身份验证、HTTPS 和 OAuth 2.0 集成,可与各种 MCP 客户端配合使用。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:让 Claude、GPT 等 AI 代理远程控制 Windows GUI 应用程序
:从跨平台环境自动化 Windows 系统管理任务
:为残障人士提供可访问的 Windows 桌面控制
:远程访问是否需要身份验证?
:我可以将此服务器用于互联网访问吗?

什么时候选它

当您需要为 AI 代理提供全面的 Windows 桌面自动化,特别是与 Claude Desktop 或 OpenClaw 集成以远程控制 Windows 机器时,选择此工具。

什么时候不要选它

如果您需要超出 Windows 的跨平台支持,需要无限制的注册表写入权限,或在高度安全的环境中需要比基本身份验证更严格的安全措施,请避免使用此工具。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • Snapshot

    Capture desktop screenshots with optional JPEG compression

  • Click

    Simulate mouse clicks at specific screen coordinates

  • Type

    Send keyboard input to the active window

  • Shell

    Execute PowerShell or CMD commands

  • FileWrite

    Write content to files on the system

  • FileRead

    Read contents of files on the system

  • FileList

    List files and directories

  • ProcessList

    List running processes

  • ProcessKill

    Terminate running processes

  • WindowList

    List all open windows

  • WindowFocus

    Bring a specific window to focus

  • OCR

    Extract text from screen regions using OCR

可对比工具

windows-mcpfast-mcpauto-it-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"
      }
    }
  }
}

FAQ

远程访问是否需要身份验证?
是的,默认情况下远程 HTTP 访问需要身份验证(API 密钥或 OAuth)。服务器在没有身份验证的情况下拒绝非回环绑定。
我可以将此服务器用于互联网访问吗?
是的,但建议启用 HTTPS 并使用有效证书进行安全的互联网访问。对于 LAN 访问可以使用自签名证书。

winremote-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。