mcp-cloud-pc
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`:
{
"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
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP