Skip to main content
Glama

Cloud PC Management MCP Server

by complexdevel

クラウドPC管理MCPサーバー

Microsoft Graph API を使用して Azure クラウド PC を管理するための MCP サーバー。

特徴

Python msgraph-sdk ドキュメントが現在の SDK 実装と一致していないため、MCP サーバーは現在 'curl' を使用して Graph API リクエストを送信しています。

ツール

  • cloud_pc_list
    • 現在のテナントで利用可能なすべてのクラウド PC を一覧表示します
    • 戻り値: JSON形式の文字列でクラウドPCのリスト
  • cloud_pc_reboot
    • 指定されたIDのクラウドPCを再起動します
    • 引数: クラウド 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 クラウド PC を管理できるようになり、ユーザーは Claude Desktop を通じてテナント内の利用可能なクラウド PC を一覧表示できるようになります。

  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