CrewAI Enterprise MCP Server
Overview
CrewAI Enterprise MCP Server is a Model Context Protocol (MCP) server implementation that facilitates the deployment and management of CrewAI workflows, allowing users to kick off their deployed crew and inspect their status.
To use the MCP server with Claude Desktop, open Claude Desktop, navigate to Settings > Developer Settings, and add a new MCP server with the provided configuration. For local usage, install mcp and mcp[cli], and run the server with the specified command and environment variables.
- Kickoff deployed CrewAI workflows - Inspect the status of the crew - Integration with Claude Desktop for easy management
- Managing and monitoring AI workflows in real-time.
- Automating tasks using deployed CrewAI models.
- Facilitating collaboration among teams using CrewAI.
Add to your AI client
Use these steps to connect CrewAI Enterprise MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"enterprise-mcp-server-crewaiinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"enterprise-mcp-server-crewaiinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"enterprise-mcp-server-crewaiinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"enterprise-mcp-server-crewaiinc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"enterprise-mcp-server-crewaiinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"enterprise-mcp-server-crewaiinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-enterprise-mcp-server-crewaiinc"
]
}
}
}FAQ
What is the purpose of the MCP server?
The MCP server is designed to manage and monitor CrewAI workflows effectively.
How do I configure the MCP server?
Configuration is done through Claude Desktop settings or by setting environment variables for local installations.
Is there any documentation available?
Yes, detailed documentation is available on the project's GitHub page.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3482,"uuid":"b40cc359-8da4-4028-9594-d902121395b4","name":"enterprise-mcp-server","title":"CrewAI Enterprise MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/170677839?v=4","created_at":"2025-03-19T18:38:19.08+00:00","updated_at":"2025-03-19T18:40:48.361+00:00","status":"created","author_name":"crewAIInc","author_avatar_url":"https://avatars.githubusercontent.com/u/170677839?v=4","tags":"crewAI,mcp-server,workflow-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/crewAIInc/enterprise-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/crewAIInc/enterprise-mcp-server/raw/main/assets/tools.jpg","type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-19 11:05:55\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]