CrewAI Enterprise MCP Server
Overview
A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows. This server enables kicking off your deployed crew and inspect the status giving the results of your crew.
Tools
- kickoff_crew
- get_crew_status
Env Variables
retrieve from app.crewai.com
MCP_CREWAI_ENTERPRISE_SERVER_URL
MCP_CREWAI_ENTERPRISE_BEARER_TOKEN
Usage with Claude Desktop

To use this MCP server with Claude Desktop, follow these steps:
- Open Claude Desktop
- Go to Settings > Developer Settings
- Add a new MCP server with the configuration shown below
Locally, cloned repo:
Install mcp and mcp[cli] locally
{
"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": "<>"
}
}
}
}
TODO: Added on PyPI:
CrewAI Enterprise MCP Server
Project Details
- crewAIInc/enterprise-mcp-server
- Last Updated: 4/19/2025
Categories
Recomended MCP Servers
Postgres MCP Pro supports you and your AI agents throughout the entire development process.
Terraform Registry MCP Server
MCP Server for Chronulus AI Forecasting and Prediction Agents
An MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted....
A Model Context Protocol (MCP) server for TfNSW's realtime alerts API
A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
A Model Context Protocol Server To Generate Images
Easily run glif.app AI workflows inside your LLM: image generators, memes, selfies, and more. Glif supports all major...
Model Context Protocol server for OpenStreetMap data
An mcp server that auto commits changes and creates commit message in the form of conventional commits (https://www.conventionalcommits.org/en/v1.0.0/)





