MCPAgent

UnitOneAI/MCPAgent
★ 3 stars C# 🤖 AI/LLM Updated 2mo ago
The first Model Context Protocol (MCP) server for Windows 365 Cloud PC management.
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": {
    "mcpagent": {
      "command": "npx",
      "args": [
        "-y",
        "UnitOneAI/MCPAgent"
      ]
    }
  }
}