Cloud PC Management MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloud PC Management MCP Serverlist all Cloud PCs in my tenant"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_usersList all registered users
Returns: List of information about users in JSON formated string
cloud_pc_listList all Cloud PCs available to the current tenant
Returns: List of Cloud PCs in JSON formated string
cloud_pc_rebootReboot Cloud PCs with the given ID
Args: Cloud PC ID
cloud_pc_renameSet new display name for a Cloud PC with the given ID.
Arg: Cloud PC ID
Arg: New display name for the Cloud PC
cloud_pc_troubleshootTroubleshoot a Cloud PC with the given ID.
Arg: Cloud PC ID
cloud_pc_end_grace_periodEnd grace period for a Cloud PC with the given ID.
Arg: Cloud PC ID
cloud_pc_get_review_statusRetrieve review status for the Cloud PC with particular ID.
Arg: Cloud PC ID
cloud_pc_reprovisionReprovision the Cloud PC with particular ID with Windows 10 or 11 OS, set up redeployed user type
Arg: Cloud PC ID
Arg: Windows user account type (avalilable types: standardUser, administrator)
Arg: Windows operating system version (avalilable versions: windows10, windows11)
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": "<YOUR GRAPH API TENANT ID>",
"MSGRAPH_CLIENT_ID": "<YOUR GRAPH API CLIENT ID>",
"MSGRAPH_CLIENT_SECRET": "<YOUR GRAPH API CLIENT SECRET>"
}
}
}
}Related MCP server: Microsoft Graph MCP Server
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes
1Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.93018MIT
- AlicenseNot gradedqualityCmaintenanceEnables management of Microsoft 365 users, licenses, and groups through Microsoft Graph API. Supports user provisioning, license assignment, group management, and automated M365 administration workflows.2MIT
- FlicenseNot gradedqualityDmaintenanceProvides Claude Desktop and Claude Code with access to Microsoft 365 email and calendar services via the Microsoft Graph API. It enables users to manage emails, search folders, schedule calendar events, and check availability through natural language commands.-
- AlicenseNot gradedqualityBmaintenanceConnects Claude with Microsoft 365 services such as Email, Calendar, Teams, OneDrive, and more through the Microsoft Graph API.6016MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/complexdevel/mcp-cloud-pc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server