Tool library for CrewAI agent framework
Top 33.8% on sourcepulse
CrewAI Tools provides a framework for extending CrewAI agents with a variety of pre-built and custom tools, enabling them to interact with external systems and perform complex tasks. It targets developers building AI-powered autonomous agents who need to integrate functionalities like file management, web scraping, database access, and AI model interactions.
How It Works
The library offers a collection of ready-to-use tools and a flexible system for creating custom tools, either by subclassing BaseTool
or using the @tool
decorator. A key feature is its support for the Model Context Protocol (MCP), allowing agents to dynamically discover and utilize thousands of tools exposed by MCP servers. This enables agents to access a vast ecosystem of functionalities without explicit integration for each one.
Quick Start & Requirements
pip install crewai[tools]
pip install crewai-tools[mcp]
Highlighted Details
BaseTool
or using the @tool
decorator.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
.content[0].text
).1 day ago
1+ week