Skip to main content
Glama
complexdevel

Cloud PC Management MCP Server

by complexdevel

云电脑管理MCP服务器

MCP 服务器用于使用 Microsoft Graph API 管理 Azure 云电脑。

特征

MCP 服务器当前使用“curl”发送 Graph API 请求,因为 Python msgraph-sdk 文档与当前 sdk 实现不匹配。

工具

  • cloud_pc_list

    • 列出当前租户可用的所有云电脑

    • 返回:JSON 格式的云 PC 列表

  • cloud_pc_reboot

    • 使用给定的 ID 重启云电脑

    • 参数:云 PC ID

  • cloud_pc_rename

    • 为具有给定 ID 的云 PC 设置新的显示名称。

    • 参数:云 PC ID

    • Arg:云 PC 的新显示名称

与 Claude Desktop 一起使用

要将其与 Claude Desktop 一起使用,请将以下内容添加到您的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

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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