← Back to Plugins
MCP Server MCP

Alibaba Cloud DashScope — Qwen

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @three-ws/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@three-ws/alibaba-cloud-mcp",
      "version": "0.1.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DashScope API key. Create one at https://bailian.console.alibabacloud.com/ → API Keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DASHSCOPE_API_KEY"
        },
        {
          "description": "Default chat model id. Options: qwen-max, qwen-plus (default), qwen-turbo, qwen-long.",
          "format": "string",
          "name": "DASHSCOPE_MODEL_ID"
        },
        {
          "description": "Default embedding model id. Defaults to text-embedding-v3.",
          "format": "string",
          "name": "DASHSCOPE_EMBED_MODEL_ID"
        },
        {
          "description": "Custom DashScope endpoint. Defaults to international (dashscope-intl.aliyuncs.com).",
          "format": "string",
          "name": "DASHSCOPE_BASE_URL"
        },
        {
          "description": "Set to 'cn' to use the China endpoint (dashscope.aliyuncs.com). Ignored if DASHSCOPE_BASE_URL is set.",
          "format": "string",
          "name": "DASHSCOPE_REGION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...