# crewAIInc/crewAI | Model Context Protocol (MCP) Server > Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks. - **Stars**: ⭐ 57,003 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "crewAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-crewAI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "crewAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-crewAI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-crewAI` - **Docker**: `docker run -i --rm mcp/crewAI`