# 2764 Crewai C93ce999

> CrewAI Integration with ContextForge

- Skill: `tools-only/2764-crewai-c93ce999` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2764-crewai-c93ce999`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2764-crewai-c93ce999/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2764-crewai-c93ce999

---

# CrewAI Integration with ContextForge

CrewAI is a multi-agent orchestration framework that enables AI agents to collaborate on complex tasks. Integrating CrewAI with the Model Context Protocol (MCP) allows agents to dynamically discover and utilize tools hosted on MCP servers, enhancing their capabilities and flexibility.

---

## 🧰 Key Features

- **Dynamic Tool Discovery**: Agents can fetch available tools from MCP servers in real-time.
- **Standardized Communication**: Utilizes the open MCP standard for consistent tool integration.
- **Multi-Server Support**: Interact with tools defined on multiple MCP servers simultaneously.

---

## 🛠 Installation

To use MCP tools in CrewAI, install the `crewai-tools` package with MCP support:

```bash
pip install "crewai-tools[mcp]"
```

