
Windows
STDIOWindows API系统控制MCP服务器
Windows API系统控制MCP服务器
MCP server for the windows API.
add this to your claude mcp config:
{ "mcpServers": { "windows": { "command": "uvx", "args": [ "mcp-windows" ] } } }
or locally:
{ "mcpServers": { "windows": { "command": "uv", "args": [ "--directory", "C:\\Users\\{name}\\Documents\\mcp-windows", "run", "mcp-windows" ] } } }
MIT