Skip to main content
Glama

Windows Automation MCP Server

右键以管理员运行.bat335 B
@echo off :: 检查是否具有管理员权限 net session >nul 2>&1 if %errorlevel% == 0 ( :: 已经是管理员,直接运行安装脚本 call "%~dp0一键安装.bat" ) else ( :: 请求管理员权限 echo 正在请求管理员权限... powershell -Command "Start-Process '%~dp0一键安装.bat' -Verb RunAs" )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eva-wanxin-git/windows-automation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server