MCP Connector

Connect to Qwen Max LLM Models

Call Alibaba Cloud's Qwen Max, Plus, or Turbo models for text generation, with a 1M free token quota and tunable temperature.

Works with githubclaude

90
Spark score
out of 100
Updated 5 months ago
Version 1.0.0
Models
qwen 2 5universal

Add to Favorites

Why it matters

Integrate with Alibaba Cloud's Qwen Max series of large language models, including Max, Plus, and Turbo variants, for advanced text generation and extensive context processing.

Outcomes

What it gets done

01

Access Qwen Max, Plus, and Turbo models via MCP protocol.

02

Configure customizable text generation parameters like max_tokens and temperature.

03

Leverage extensive context token windows for complex tasks.

04

Utilize free token quotas for cost-effective operation.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-qwen-max | bash

Capabilities

Tools your agent gets

qwen_max

Text generation using Qwen models with customizable parameters like max_tokens and temperature

Overview

Qwen_Max MCP Server

Qwen_Max MCP Server gives Claude access to Alibaba Cloud's Qwen-Max, Qwen-Plus, and Qwen-Turbo models for text generation with tunable temperature and max_tokens, via a Dashscope API key. Use it when Claude needs to call a Qwen model for text generation. Requires a DASHSCOPE_API_KEY; all models include a free 1 million token quota.

What it does

Qwen_Max MCP Server gives Claude access to Alibaba Cloud's Qwen model family via Dashscope - Qwen-Max, Qwen-Plus, and Qwen-Turbo - for text generation with customizable parameters, letting you call a second LLM provider directly from Claude Desktop.

When to use - and when NOT to

Use it when you want to generate text using a Qwen model instead of or alongside Claude - for example, cross-checking output, using Qwen-Turbo's very large 1M-token context window for huge documents, or picking Qwen-Max for best-quality output within a 32K context. Tune temperature to the task: 0.0-0.3 for code generation, 0.3-0.5 for technical writing, 0.7 for general tasks, 0.8-1.0 for creative writing. Do not use it without a Dashscope API key - DASHSCOPE_API_KEY is required, though all models include a free quota of 1 million tokens to start.

Capabilities

  • qwen_max: generate text using a Qwen model, with customizable parameters including max_tokens and temperature.

Three model variants are available: Qwen-Max (best performance, 32K context), Qwen-Plus (balanced performance/cost, 131K context), and Qwen-Turbo (fastest/lowest cost, 1M context).

How to install

Install automatically for Claude via Smithery:

npx -y @smithery/cli install @66julienmartin/mcp-server-qwen_max --client claude

Or from source:

git clone https://github.com/66julienmartin/mcp-server-qwen-max.git
cd Qwen_Max
npm install

Configure Claude Desktop:

{
  "mcpServers": {
    "qwen_max": {
      "command": "node",
      "args": ["/path/to/Qwen_Max/build/index.js"],
      "env": { "DASHSCOPE_API_KEY": "your-api-key-here" }
    }
  }
}

Who it's for

Developers who want Claude to call Alibaba Cloud's Qwen models directly - for cross-provider comparison, cost-sensitive high-volume generation, or Qwen's very large context windows.

Source README

Model Context Protocol (MCP) server implementation for the Qwen Max series of language models, providing access to Qwen models from Alibaba Cloud (Max, Plus, Turbo) with various performance and cost characteristics.

Installation

Smithery

npx -y @smithery/cli install @66julienmartin/mcp-server-qwen_max --client claude

From Source

git clone https://github.com/66julienmartin/mcp-server-qwen-max.git
cd Qwen_Max
npm install

Configuration

Claude Desktop

{
  "mcpServers": {
    "qwen_max": {
      "command": "node",
      "args": ["/path/to/Qwen_Max/build/index.js"],
      "env": {
        "DASHSCOPE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Available Tools

Tool Description
qwen_max Text generation using Qwen models with support for customizable parameters such as max_tokens and temperature

Features

  • Text generation using Qwen models
  • Customizable parameters (max_tokens, temperature)
  • Error handling
  • MCP protocol support
  • Claude Desktop integration
  • Support for all commercial Qwen models (Max, Plus, Turbo)
  • Extensive context token windows

Environment Variables

Required

  • DASHSCOPE_API_KEY - API key for accessing Qwen models via Dashscope/Alibaba Cloud

Notes

The server supports three Qwen model variants: Qwen-Max (best performance, 32K context), Qwen-Plus (balanced performance/cost, 131K context), and Qwen-Turbo (fast/low cost, 1M context). The temperature parameter can be tuned for different use cases: 0.0-0.3 for code generation, 0.3-0.5 for technical writing, 0.7 for general tasks, and 0.8-1.0 for creative writing. All models include a free quota of 1 million tokens.

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.