MiniCPM (MCP Server)

GitHub

MiniCPM5-1B: A SOTA 1B on-device LLM, small yet powerful.

10,176 stars Jupyter Notebook MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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