Multi-agent AI framework with MCP integration. Orchestrate crews of specialized AI agents to complete complex tasks.
pip install crewai crewai-tools
```json
{
"mcpServers": {
"crewai": {
"command": "npx",
"args": ["-y", "pip install crewai crewai-tools"]
}
}
}
```
create_crewrun_taskadd_agentassign_toolget_crew_outputCrewAI is a Python framework for orchestrating role-playing AI agents that work together as a crew. Each agent has a specific role, goal, and set of tools. The CrewAI MCP server lets you define, deploy, and manage agent crews that can use MCP tools as their capabilities, enabling rich multi-agent workflows.
Language: Python
Category: Agent Frameworks