Skip to main content
Glama

Cloud PC Management MCP Server

by complexdevel

Servidor MCP de gestión de PC en la nube

Servidor MCP para administrar PC en Azure Cloud mediante la API de Microsoft Graph.

Características

El servidor MCP actualmente usa 'curl' para enviar solicitudes de API Graph, porque la documentación de Python msgraph-sdk no coincide con la implementación actual del SDK.

Herramientas

  • cloud_pc_list
    • Enumere todas las PC en la nube disponibles para el inquilino actual
    • Devuelve: Lista de PC en la nube en una cadena con formato JSON
  • cloud_pc_reboot
    • Reiniciar las PC en la nube con la ID proporcionada
    • Args: ID de PC en la nube
  • cloud_pc_rename
    • Establecer un nuevo nombre para mostrar para una PC en la nube con la ID proporcionada.
    • Arg: ID de PC en la nube
    • Arg: Nuevo nombre para mostrar en la PC en la nube

Uso con Claude Desktop

Para usar esto con Claude Desktop, agregue lo siguiente a su 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>" } } } }

Licencia

Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.

-
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.

Permite la administración de PC en la nube de Azure mediante la API de Microsoft Graph, lo que permite a los usuarios enumerar las PC en la nube disponibles en su inquilino a través de Claude Desktop.

  1. Características
    1. Herramientas
      1. Uso con Claude Desktop
    2. Licencia

      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