Skip to main content
Glama

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>" } } } }

执照

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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

使用 Microsoft Graph API 实现对 Azure 云电脑的管理,允许用户通过 Claude Desktop 列出其租户中可用的云电脑。

  1. 特征
    1. 工具
      1. 与 Claude Desktop 一起使用
    2. 执照

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
        Last updated -
        3
        0
        13
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Lokka ia an MCP server for the Microsoft Graph API and can be used to query and update all resources in your Microsoft 365 tenant. This MCP server supports all Microsoft Graph APIs including update operations (limited by the permissions you grant to the app).
        Last updated -
        88
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Provides tools for listing and querying Azure resources directly from any MCP client, allowing you to efficiently browse your Azure infrastructure and analyze costs without leaving your workflow.
        Last updated -
        Python
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure.
        Last updated -
        1
        5
        TypeScript
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      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