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.
云电脑管理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
中:
Copy
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
使用 Microsoft Graph API 实现对 Azure 云电脑的管理,允许用户通过 Claude Desktop 列出其租户中可用的云电脑。