MCP-server-Qwen_Max

MCP-server-Qwen_Max

17

The Qwen Max MCP Server is an implementation of a Model Context Protocol server optimized for the Qwen Max language model, offering extensive configuration and integration with Claude Desktop. It supports robust text generation and is designed to manage the Qwen series of models efficiently.

Qwen Max MCP Server

A Model Context Protocol (MCP) server implementation designed for the Qwen Max language model.

Prerequisites

  • Node.js v18 or higher
  • npm
  • Claude Desktop
  • Dashscope API key

Features

  • Text generation using Qwen models
  • Configurable parameters like max_tokens and temperature
  • Comprehensive error handling
  • MCP protocol support
  • Integration with Claude Desktop
  • Support for Qwen commercial models: Max, Plus, Turbo

Model Selection

  • Qwen-Max: Best for complex tasks, context window of 32,768 tokens
  • Qwen-Plus: Balance of performance, speed, cost; for moderately complex tasks
  • Qwen-Turbo: Fast, cost-effective for simple tasks

Development

Use npm scripts to develop and manage the server:

  • npm run dev for development with watch mode
  • npm run build to build
  • npm run start to start the server

Configuration

Set up the server with a .env file containing your API key, and configure Claude Desktop accordingly.