AC

Alibaba Cloud OPS

Created 6 months ago

Alibaba Cloud Ops MCP Server for seamless integration with Alibaba Cloud APIs.

development cloud MCP Alibaba Cloud API

What is Alibaba Cloud OPS?

Manage the lifecycle of your Alibaba Cloud resources with [CloudOps Orchestration Service](https://www.alibabacloud.com/en/product/oos) and Alibaba Cloud OpenAPI.

Documentation

Prepare Install

curl -LsSf https://astral.sh/uv/install.sh | sh

Configuration

Use VS Code + Cline to config MCP Server. To use alibaba-cloud-ops-mcp-server MCP Server with any other MCP Client, you can manually add this configuration and restart for changes to take effect:

{
  "mcpServers": {
    "alibaba-cloud-ops-mcp-server": {
      "timeout": 600,
      "command": "uvx",
      "args": [
        "alibaba-cloud-ops-mcp-server@latest"
      ],
      "env": {
        "ALIBABA_CLOUD_ACCESS_KEY_ID": "Your Access Key ID",
        "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "Your Access Key SECRET"
      }
    }
  }
}

For detailed parameter description, see MCP startup parameter document

Server Config

{
  "mcpServers": {
    "alibaba-cloud-ops-server": {
      "command": "npx",
      "args": [
        "alibaba-cloud-ops"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Alibaba Cloud
Category: official
Tags:
development cloud MCP