# gaozhangmin/aliyunpan | Model Context Protocol (MCP) Server > 小白羊网盘 - Powered by 阿里云盘。 - **Stars**: ⭐ 6,148 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "aliyunpan": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aliyunpan" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "aliyunpan": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aliyunpan" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-aliyunpan` - **Docker**: `docker run -i --rm mcp/aliyunpan`