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
Model Context Protocol based AI Agent that runs a browser from Claude desktop
Model Context Protocol (MCP) Server for Mistral OCR API
A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial...
An MCP server for interacting with the Financial Datasets stock market API.
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python
Model Context Protocol (MCP) server for connecting Claude with the Intervals.icu API
This is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop
MCP server implementation for using Claude API with Claude Desktop, providing advanced API integration and conversation management.





