The CrewAI Tools MCP server extends CrewAI agents with customizable tools. It provides access to a suite of tools for data processing, API interactions, and automation. The server connects to various APIs and data sources, enabling agents to perform tasks like web scraping, data analysis, and integration with third-party services. Developers use it to enhance agent capabilities for complex workflows and automation.
The CrewAI Tools MCP server extends CrewAI agents with customizable tools. It provides access to a suite of tools for data processing, API interactions, and automation. The server connects to various APIs and data sources, enabling agents to perform tasks like web scraping, data analysis, and integration with third-party services. Developers use it to enhance agent capabilities for complex workflows and automation.
pip install crewAI-toolsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"crewaiinc-crewai-tools-github": {
"command": "uvx",
"args": [
"pip install crewAI-tools"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from crewAI tools?"
No configuration required. This server works out of the box.
"What resources are available in crewAI tools?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in crewAI tools"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in crewAI tools with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.