
Windows
STDIOMCP server for Windows API with system control capabilities
MCP server for Windows API with system control capabilities
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