# PaddlePaddle/PaddleFormers | Model Context Protocol (MCP) Server > PaddleFormers is an easy-to-use library of pre-trained large language model zoo based on PaddlePaddle. - **Stars**: ⭐ 12,985 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PaddleFormers": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PaddleFormers" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PaddleFormers": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PaddleFormers" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PaddleFormers` - **Docker**: `docker run -i --rm mcp/PaddleFormers`