Manage Azure Cloud PCs using the Microsoft Graph API.
MCP Server for managing Azure Cloud PCs using the Microsoft Graph API.
The MCP server currently uses 'curl' to send Graph API requests, because Python msgraph-sdk documentation doesn't match the current sdk implementation.
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
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>"
}
}
}
}
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.
Access Grafana resources like dashboards, datasources, Prometheus, Loki, and alerts.
Converts various file formats to Markdown using Cloudflare AI.
A server that connects to the Strava API, allowing language models to access Strava data and features.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Interact with Honeycomb observability data using the Model Context Protocol.
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.
A remote MCP server deployable on Cloudflare Workers without authentication. It can be deployed via Cloudflare or run locally using npm.
Retrieve data from the National Park Service (NPS) API.