66julienmartin_MCP-server-Qwen_Max
0
Qwen Max MCP Server is an implementation of a Model Context Protocol server using the Qwen Max language model. The server provides robust text generation features and supports multiple Qwen models, enabling integration with Node.js and Claude Desktop through configurable parameters and comprehensive error handling.
Qwen Max MCP Server
- A Model Context Protocol (MCP) server implementation for the Qwen Max language model.
- Utilizes Node.js/TypeScript for stable and reliable integration with MCP servers.
Prerequisites
- Node.js (v18 or higher)
- npm
- Claude Desktop
- Dashscope API key
Features
- Text generation with Qwen models
- Configurable parameters (max_tokens, temperature)
- Error handling
- Supports MCP protocol and Claude Desktop
- Compatible with commercial Qwen models (Max, Plus, Turbo)
Installation
Installing via Smithery
- Use Smithery for automatic installation.
Manual Installation
- Clone the repository.
- Install necessary packages.
Configuration
- Requires a
.env
file for Dashscope API key. - Update configuration in Claude Desktop.
Development
- Commands for development:
npm run dev
,npm run build
,npm run start
Error Handling
- Provides detailed error messages for API issues, invalid parameters, rate limiting, network issues, and more.
Contributing
- Contributions via Pull Requests are welcome.
License
- MIT License