# alibaba/spring-cloud-alibaba | Model Context Protocol (MCP) Server > Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware. - **Stars**: ⭐ 29,145 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "spring-cloud-alibaba": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spring-cloud-alibaba" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "spring-cloud-alibaba": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spring-cloud-alibaba" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-spring-cloud-alibaba` - **Docker**: `docker run -i --rm mcp/spring-cloud-alibaba`