MCP Catalogs
首页

mcp-windows-automation

by mukul975·22·综合分 40

MCP驱动的Windows自动化服务器,提供80+工具实现系统控制和文件操作等功能。

file-systemdeveloper-toolsai-llm
7
Forks
5
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

MCP Windows Server是一个基于Model Context Protocol构建的AI原生自动化框架,使AI助手能够通过自然语言命令控制Windows系统。它提供安全的系统级自动化功能,包括进程管理、文件操作、网络自动化和Office集成。该服务器采用模块化架构,内置安全过滤器以确保命令执行安全。

试试问 AI

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

:通过自然语言命令自动化Windows系统管理
:使用Claude等AI助手控制应用程序和执行文件操作
:将Windows自动化集成到AI驱动的工作流程中以提高效率
:什么是Model Context Protocol (MCP)?
:哪些AI助手与此服务器兼容?
:使用这个服务器安全吗?

什么时候选它

如果您需要通过AI助手对Windows应用程序进行特定控制,并希望通过自然语言实现全面的系统自动化,请选择此服务器。

什么时候不要选它

如果您需要跨平台自动化支持或要求高级企业级安全功能,请避免使用此工具,因为它仅针对Windows平台,且安全控制较为基础。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • take_screenshot

    Capture screen image and save to file

  • get_system_info

    Retrieve system information and status

  • list_processes

    List all running processes on the system

  • backup_folder

    Create backup of specified folder

  • check_network

    Check network connection status

  • open_application

    Open specified Windows application

  • manage_services

    Start, stop, or manage Windows services

  • file_operations

    Copy, move, search, and manage files

  • web_automation

    Automate web browsing and form filling

  • registry_edit

    Modify Windows registry settings

  • ocr_image

    Extract text from images using OCR

  • manage_processes

    Terminate or manage running processes

可对比工具

mcp-servershell-mcpwindows-power-automationautohotkeypywinauto

安装

安装

# 从PyPI安装
pip install mcp-windows-server

# 或从源码安装
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-server
pip install -r requirements.txt

Claude Desktop集成

  1. 安装包:pip install mcp-windows-server
  2. 配置Claude Desktop:
{
  "mcpServers": {
    "mcp-windows-server": {
      "command": "mcp-windows-server",
      "env": {
        "PYTHONUNBUFFERED": "1"
      }
    }
  }
}
  1. 重启Claude Desktop并开始自动化!

FAQ

什么是Model Context Protocol (MCP)?
MCP是Anthropic开发的一个开放协议,允许AI模型安全地与本地工具、API和系统服务交互。此服务器实现了MCP for Windows,使AI助手能够成为强大的桌面自动化代理。
哪些AI助手与此服务器兼容?
该服务器支持Claude、ChatGPT以及其他支持MCP协议进行系统交互的AI助手。
使用这个服务器安全吗?
是的,服务器包含命令过滤和安全措施。默认情况下会阻止危险命令,所有操作都在受控环境中运行,不存储凭据。

mcp-windows-automation 对比

GitHub →

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