PaddleFormers

GitHub

PaddleFormers is an easy-to-use library of pre-trained large language model zoo based on PaddlePaddle.

12,985 stars Python #model
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PaddleFormers": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PaddleFormers"
      ]
    }
  }
}