CrewAI Enterprise MCP Server
@crewAIInc
About CrewAI Enterprise MCP Server
MCP Server for kicking off and getting status of your crew deployments
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crewai_enterprise_server": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"<filepath of cloned repo>",
"/crewai_enterprise_server.py"
],
"env": {
"MCP_CREWAI_ENTERPRISE_SERVER_URL": "<>",
"MCP_CREWAI_ENTERPRISE_BEARER_TOKEN": "<>"
}
}
}
}Tools
1get_crew_status
Overview
What is CrewAI Enterprise MCP Server?
A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows. It enables kicking off your deployed crew and inspecting crew status, giving the results of your crew.
How to use CrewAI Enterprise MCP Server?
Configure the environment variables MCP_CREWAI_ENTERPRISE_SERVER_URL and MCP_CREWAI_ENTERPRISE_BEARER_TOKEN from app.crewai.com. For use with Claude Desktop, add a new MCP server using the provided JSON configuration with uv run. Locally, install mcp and mcp[cli].
Key features of CrewAI Enterprise MCP Server
- Kicks off deployed CrewAI workflows
- Inspects crew status and results
- Uses two tools:
kickoff_crewandget_crew_status - Integrates with Claude Desktop via MCP
- Requires bearer token authentication
Use cases of CrewAI Enterprise MCP Server
- Launch a deployed CrewAI crew from an MCP client
- Monitor the status and retrieve results of a crew execution
- Integrate CrewAI enterprise workflows into AI assistants
FAQ from CrewAI Enterprise MCP Server
What tools are provided?
The server provides kickoff_crew to start a crew and get_crew_status to check its status and results.
What environment variables are required?
MCP_CREWAI_ENTERPRISE_SERVER_URL and MCP_CREWAI_ENTERPRISE_BEARER_TOKEN, both retrieved from app.crewai.com.
How do I use this server with Claude Desktop?
Add a new MCP server in Claude Desktop settings with the JSON configuration shown in the README, using uv run with the cloned repo path.
Where can I get the authentication token?
The bearer token is obtained from app.crewai.com.
What are the installation prerequisites?
You need to have mcp and mcp[cli] installed locally for the cloned repo method.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments