CrewAI Enterprise MCP Server
STDIOMCP server implementation that provides deployed CrewAI workflows and status inspection.
MCP server implementation that provides deployed CrewAI workflows and status inspection.
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.
retrieve from app.crewai.com
MCP_CREWAI_ENTERPRISE_SERVER_URL
MCP_CREWAI_ENTERPRISE_BEARER_TOKEN
To use this MCP server with Claude Desktop, follow these steps:
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": "<>" } } } }