← Back to browse

mcp-aliyun-domain

Indexed by io.github.lzx3in

About

MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsALIBABA_CLOUD_ACCESS_KEY_ID ALIBABA_CLOUD_ACCESS_KEY_SECRET
Claude Code
claude mcp add --env ALIBABA_CLOUD_ACCESS_KEY_ID= --env ALIBABA_CLOUD_ACCESS_KEY_SECRET= mcp-aliyun-domain -- npx mcp-aliyun-domain
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-aliyun-domain","command":"npx","args":["mcp-aliyun-domain"],"env":{"ALIBABA_CLOUD_ACCESS_KEY_ID":"","ALIBABA_CLOUD_ACCESS_KEY_SECRET":""}}'
JSON
{
  "mcpServers": {
    "mcp-aliyun-domain": {
      "command": "npx",
      "args": [
        "mcp-aliyun-domain"
      ],
      "env": {
        "ALIBABA_CLOUD_ACCESS_KEY_ID": "",
        "ALIBABA_CLOUD_ACCESS_KEY_SECRET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.