trackmcp
Back to directory
complexdevel

mcp-cloud-pc

View on GitHub
0 stars PythonServers & Infrastructure Updated Apr 14, 2025

Documentation

Cloud PC Management MCP Server

MCP Server for managing Azure Cloud PCs using the Microsoft Graph API.

Features

The MCP server currently uses 'curl' to send Graph API requests, because Python msgraph-sdk documentation doesn't match the current sdk implementation.

Tools

  • `cloud_pc_list_users`
    • `cloud_pc_list`
      • `cloud_pc_reboot`
        • `cloud_pc_rename`
          • `cloud_pc_troubleshoot`
            • `cloud_pc_end_grace_period`
              • `cloud_pc_get_review_status`
                • `cloud_pc_reprovision`

                  Usage with Claude Desktop

                  To use this with Claude Desktop, add the following to your `claude_desktop_config.json`:

                  json
                  {
                    "mcpServers": {
                      "mcp-cloud-pc": {
                        "command": "uv",
                        "args": [
                          "run",
                          "--directory",
                          "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-cloud-pc",
                          "mcp-cloud-pc.py"
                        ],
                        "env": {
                          "MSGRAPH_TENANT_ID": "",
                          "MSGRAPH_CLIENT_ID": "",
                          "MSGRAPH_CLIENT_SECRET": ""
                        }
                      }
                    }
                  }

                  License

                  This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

                  Frequently asked questions

                  What is mcp-cloud-pc?

                  mcp-cloud-pc is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

                  How do I install mcp-cloud-pc?

                  Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

                  Is mcp-cloud-pc open source?

                  Yes — it is hosted on GitHub at https://github.com/complexdevel/mcp-cloud-pc.

                  Related MCP tools

                  Run your own MCP server? See who uses it and what to fix.

                  Measure it with TrackMCP