mcp-windows-automation
by mukul975·★ 22·综合分 40
MCP驱动的Windows自动化服务器,提供80+工具实现系统控制和文件操作等功能。
概述
MCP Windows Server是一个基于Model Context Protocol构建的AI原生自动化框架,使AI助手能够通过自然语言命令控制Windows系统。它提供安全的系统级自动化功能,包括进程管理、文件操作、网络自动化和Office集成。该服务器采用模块化架构,内置安全过滤器以确保命令执行安全。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
如果您需要通过AI助手对Windows应用程序进行特定控制,并希望通过自然语言实现全面的系统自动化,请选择此服务器。
什么时候不要选它
如果您需要跨平台自动化支持或要求高级企业级安全功能,请避免使用此工具,因为它仅针对Windows平台,且安全控制较为基础。
此 server 暴露的工具
从 README 抽取出 12 个工具take_screenshotCapture screen image and save to file
get_system_infoRetrieve system information and status
list_processesList all running processes on the system
backup_folderCreate backup of specified folder
check_networkCheck network connection status
open_applicationOpen specified Windows application
manage_servicesStart, stop, or manage Windows services
file_operationsCopy, move, search, and manage files
web_automationAutomate web browsing and form filling
registry_editModify Windows registry settings
ocr_imageExtract text from images using OCR
manage_processesTerminate or manage running processes
可对比工具
安装
安装
# 从PyPI安装
pip install mcp-windows-server
# 或从源码安装
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-server
pip install -r requirements.txtClaude Desktop集成
- 安装包:
pip install mcp-windows-server - 配置Claude Desktop:
{
"mcpServers": {
"mcp-windows-server": {
"command": "mcp-windows-server",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}- 重启Claude Desktop并开始自动化!
FAQ
- 什么是Model Context Protocol (MCP)?
- MCP是Anthropic开发的一个开放协议,允许AI模型安全地与本地工具、API和系统服务交互。此服务器实现了MCP for Windows,使AI助手能够成为强大的桌面自动化代理。
- 哪些AI助手与此服务器兼容?
- 该服务器支持Claude、ChatGPT以及其他支持MCP协议进行系统交互的AI助手。
- 使用这个服务器安全吗?
- 是的,服务器包含命令过滤和安全措施。默认情况下会阻止危险命令,所有操作都在受控环境中运行,不存储凭据。
mcp-windows-automation 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。