This repository provides a Model Context Protocol (MCP) server implementation for the Qwen Max language model, utilizing Node.js for stable integration with Claude Desktop. It supports installation via Smithery or manual setup.
This repository provides a Model Context Protocol (MCP) server implementation for the Qwen Max language model, designed for integration with Claude Desktop. It leverages Node.js/TypeScript for stable MCP server integration, offering better type safety and error handling.
The server supports Qwen-Max, Qwen-Plus, and Qwen-Turbo models, each offering different performance, speed, and cost trade-offs. Model selection is configurable in src/index.ts
. Installation is available via Smithery or manual cloning.
Key features include text generation, configurable parameters (max_tokens, temperature), error handling, and extensive token context windows. The temperature parameter allows control over output randomness, with recommendations provided for different tasks. The server provides detailed error messages for API authentication, invalid parameters, rate limiting, and other common issues. Contributions are welcome under the MIT license.
66julienmartin/MCP-server-Qwen_Max
February 4, 2025
March 27, 2025
JavaScript