Back to directory
kunwu/aliyun-manager-mcp

kunwu/aliyun-manager-mcp

@kunwu

A Model Context Protocol (MCP) server for managing Alibaba Cloud (Aliyun) resources. This server provides tools to monitor ECS instances and track billing information through the MCP interface.

aliyunalibaba-cloudecsbillingcloud-managementmcpcloud

Installation & Configuration

{
  "mcpServers": {
    "aliyun-manager": {
      "command": "node",
      "args": [
        "path/to/aliyun-manager-mcp/build/index.js"
      ],
      "env": {
        "ALIBABA_CLOUD_ACCESS_KEY_ID": "your_access_key_id",
        "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_access_key_secret",
        "ALIBABA_CLOUD_REGION": "cn-beijing"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15