CrewAI Enterprise MCP Server provides a bridge to deployed CrewAI workflows, enabling AI assistants to kickoff crews and monitor their execution status. The server exposes two main tools: kickoff_crew for starting new crew tasks with custom inputs, and get_crew_status for checking the progress of running crews. Built with FastMCP, it communicates with the CrewAI Enterprise backend using environment variables for authentication and server URL configuration. This implementation is particularly valuable for workflows that benefit from CrewAI's agent collaboration capabilities without leaving the Claude Desktop interface, allowing seamless delegation of complex tasks to specialized agent teams.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Kicks off the deployed crew for execution.
Inspects the status of the deployed crew and retrieves the results.