MCP server for the windows API.
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