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
A Model Context Protocol server for building an investor agent
Integrate librosa, whisper with LLMs to analyze music audio.
MCP Server MetaMCP manages all your other MCPs in one MCP.
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
Sample MCP Server for Dify AI
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin...
MCP CheatEngine Toolkit - A Python-based toolkit for communicating with CheatEngine through MCP interface





