A .NET-based Windows desktop automation MCP (Model Context Protocol) server that provides AI assistants with the ability to interact with the Windows desktop environment.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"windows-mcp.net": {
"command": "npx",
"args": [
"-y",
"shuyu-labs/Windows-MCP.Net"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add windows-mcp.net npx -y shuyu-labs/Windows-MCP.Net
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"windows-mcp.net": {
"command": "npx",
"args": [
"-y",
"shuyu-labs/Windows-MCP.Net"
]
}
}
}
📋 Copy