WindowsSandboxMcp

yourtablecloth/WindowsSandboxMcp
★ 5 stars C# 💻 Code/Dev Tools Updated 14d ago
Windows Sandbox MCP Server (for Windows 11 24H2+)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windowssandboxmcp": {
      "command": "npx",
      "args": [
        "-y",
        "yourtablecloth/WindowsSandboxMcp"
      ]
    }
  }
}