# camel-ai/camel | Model Context Protocol (MCP) Server > 🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org - **Stars**: ⭐ 17,514 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "camel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-camel" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "camel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-camel" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-camel` - **Docker**: `docker run -i --rm mcp/camel`