{"type":"mcp_server","name":"MCP-server-Qwen_Max","description":"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.","category":"AI","language":"JavaScript","stars":24,"forks":2,"owner":"66julienmartin","github_url":"https://github.com/66julienmartin/MCP-server-Qwen_Max","homepage":null,"setup":"## Setup\n\n**Installing via Smithery:**\n\nTo install Qwen Max MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@66julienmartin/mcp-server-qwen_max):\n\n```bash\nnpx -y @smithery/cli install @66julienmartin/mcp-server-qwen_max --client claude\n```\n\n**Manual Installation:**\n\n```bash\ngit clone https://github.com/66julienmartin/mcp-server-qwen-max.git\ncd Qwen_Max\nnpm install\n```\n\n1.  Create a `.env` file in the project root:\n```\nDASHSCOPE_API_KEY=your-api-key-here\n```\n\n2.  Update Claude Desktop configuration:\n```json\n{\n  \"mcpServers\": {\n    \"qwen_max\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/Qwen_Max/build/index.js\"],\n      \"env\": {\n        \"DASHSCOPE_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1.  Text generation with Qwen models (Generates text using Qwen models).\n2.  Configurable parameters (max_tokens, temperature) (Allows adjusting parameters like max_tokens and temperature).\n3.  Error handling (Provides error messages for common issues).\n4.  MCP protocol support (Supports the Model Context Protocol).\n5.  Claude Desktop integration (Integrates with Claude Desktop).\n6.  Support for all Qwen commercial models (Max, Plus, Turbo) (Supports Qwen Max, Plus, and Turbo models).\n7.  Extensive token context windows (Offers large token context windows).","faq":null,"created_at":"2025-02-04T15:46:08+00:00","updated_at":"2025-03-27T13:02:17+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-qwen-max-language-model","related_articles":[]}