PluginBench
MCP Server

Alibaba Cloud DashScope — Qwen MCP Server

io.github.nirholas/alibaba-cloud

What is the Alibaba Cloud DashScope — Qwen MCP server?

Alibaba Cloud DashScope MCP: Qwen chat, embeddings, and model discovery on your own account.

How to install Alibaba Cloud DashScope — Qwen

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DASHSCOPE_API_KEY
    required
    secret

    DashScope API key. Create one at https://bailian.console.alibabacloud.com/ → API Keys.

  • DASHSCOPE_MODEL_ID

    Default chat model id. Options: qwen-max, qwen-plus (default), qwen-turbo, qwen-long.

  • DASHSCOPE_EMBED_MODEL_ID

    Default embedding model id. Defaults to text-embedding-v3.

  • DASHSCOPE_BASE_URL

    Custom DashScope endpoint. Defaults to international (dashscope-intl.aliyuncs.com).

  • DASHSCOPE_REGION

    Set to 'cn' to use the China endpoint (dashscope.aliyuncs.com). Ignored if DASHSCOPE_BASE_URL is set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alibaba-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/alibaba-cloud-mcp"
      ],
      "env": {
        "DASHSCOPE_API_KEY": "<YOUR_DASHSCOPE_API_KEY>",
        "DASHSCOPE_MODEL_ID": "<YOUR_DASHSCOPE_MODEL_ID>",
        "DASHSCOPE_EMBED_MODEL_ID": "<YOUR_DASHSCOPE_EMBED_MODEL_ID>",
        "DASHSCOPE_BASE_URL": "<YOUR_DASHSCOPE_BASE_URL>",
        "DASHSCOPE_REGION": "<YOUR_DASHSCOPE_REGION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "alibaba-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/alibaba-cloud-mcp"
      ],
      "env": {
        "DASHSCOPE_API_KEY": "<YOUR_DASHSCOPE_API_KEY>",
        "DASHSCOPE_MODEL_ID": "<YOUR_DASHSCOPE_MODEL_ID>",
        "DASHSCOPE_EMBED_MODEL_ID": "<YOUR_DASHSCOPE_EMBED_MODEL_ID>",
        "DASHSCOPE_BASE_URL": "<YOUR_DASHSCOPE_BASE_URL>",
        "DASHSCOPE_REGION": "<YOUR_DASHSCOPE_REGION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "alibaba-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/alibaba-cloud-mcp"
      ],
      "env": {
        "DASHSCOPE_API_KEY": "<YOUR_DASHSCOPE_API_KEY>",
        "DASHSCOPE_MODEL_ID": "<YOUR_DASHSCOPE_MODEL_ID>",
        "DASHSCOPE_EMBED_MODEL_ID": "<YOUR_DASHSCOPE_EMBED_MODEL_ID>",
        "DASHSCOPE_BASE_URL": "<YOUR_DASHSCOPE_BASE_URL>",
        "DASHSCOPE_REGION": "<YOUR_DASHSCOPE_REGION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "alibaba-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/alibaba-cloud-mcp"
      ],
      "env": {
        "DASHSCOPE_API_KEY": "<YOUR_DASHSCOPE_API_KEY>",
        "DASHSCOPE_MODEL_ID": "<YOUR_DASHSCOPE_MODEL_ID>",
        "DASHSCOPE_EMBED_MODEL_ID": "<YOUR_DASHSCOPE_EMBED_MODEL_ID>",
        "DASHSCOPE_BASE_URL": "<YOUR_DASHSCOPE_BASE_URL>",
        "DASHSCOPE_REGION": "<YOUR_DASHSCOPE_REGION>"
      }
    }
  }
}
Claude Code
claude mcp add alibaba-cloud --env DASHSCOPE_API_KEY=<YOUR_DASHSCOPE_API_KEY> --env DASHSCOPE_MODEL_ID=<YOUR_DASHSCOPE_MODEL_ID> --env DASHSCOPE_EMBED_MODEL_ID=<YOUR_DASHSCOPE_EMBED_MODEL_ID> --env DASHSCOPE_BASE_URL=<YOUR_DASHSCOPE_BASE_URL> --env DASHSCOPE_REGION=<YOUR_DASHSCOPE_REGION> -- npx -y @three-ws/alibaba-cloud-mcp

Related MCP servers

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

View repository →

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

View repository →

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

View repository →

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

View repository →

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

View repository →