Enterprise Crew

v1.0.0Business Applicationsstable

MCP Server for kicking off and getting status of your crew deployments

enterprisemcpai-integration
Share:
51
Stars
0
Downloads
0
Weekly
0/5

What is Enterprise Crew?

Enterprise Crew is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for kicking off and getting status of your crew deployments

MCP Server for kicking off and getting status of your crew deployments

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP Server for kicking off and getting status of your crew d

Use Cases

Deploy and monitor crew deployments via MCP.
crewAIInc

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx enterprise

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Enterprise Crew

The CrewAI Enterprise MCP Server is a Python-based MCP server that lets AI assistants kick off and monitor CrewAI crew deployments hosted on the CrewAI enterprise platform at app.crewai.com. It exposes two tools — kickoff_crew to trigger a deployed crew with input parameters, and get_crew_status to poll the result of a running or completed crew execution. Teams who have deployed AI workflows on CrewAI Enterprise can invoke them from Claude Desktop or any MCP client without leaving their conversation.

Prerequisites

  • Python 3.10 or later and uv package manager installed
  • A CrewAI Enterprise account at app.crewai.com with at least one crew deployed
  • Your enterprise server URL (MCP_CREWAI_ENTERPRISE_SERVER_URL) from the CrewAI dashboard
  • A bearer token (MCP_CREWAI_ENTERPRISE_BEARER_TOKEN) from the CrewAI dashboard
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

The package is not yet on PyPI, so clone the source repository to run it locally.

git clone https://github.com/crewAIInc/enterprise-mcp-server.git
cd enterprise-mcp-server
2

Install dependencies with uv

Install the mcp and mcp[cli] packages that the server depends on.

uv pip install mcp "mcp[cli]"
3

Retrieve your CrewAI Enterprise credentials

Log in to app.crewai.com and navigate to your deployed crew's settings to find your server URL and bearer token. You will need both to configure the MCP server.

4

Add the server to your MCP client configuration

Add the crewai_enterprise_server entry to your Claude Desktop config. Replace the filepath and credential placeholders with your actual values.

{
  "mcpServers": {
    "crewai_enterprise_server": {
      "command": "uv",
      "args": [
        "run",
        "--with", "mcp[cli]",
        "mcp",
        "run",
        "/absolute/path/to/enterprise-mcp-server/crewai_enterprise_server.py"
      ],
      "env": {
        "MCP_CREWAI_ENTERPRISE_SERVER_URL": "https://your-crew-endpoint.crewai.com",
        "MCP_CREWAI_ENTERPRISE_BEARER_TOKEN": "your-bearer-token-here"
      }
    }
  }
}
5

Restart Claude Desktop and test the tools

Reload Claude Desktop. The kickoff_crew and get_crew_status tools should appear. Ask Claude to kick off your deployed crew to verify the connection.

Enterprise Crew Examples

Client configuration

Full Claude Desktop config for the Enterprise MCP server. Both environment variables are required and must be retrieved from the CrewAI Enterprise dashboard.

{
  "mcpServers": {
    "crewai_enterprise_server": {
      "command": "uv",
      "args": [
        "run",
        "--with", "mcp[cli]",
        "mcp",
        "run",
        "/path/to/enterprise-mcp-server/crewai_enterprise_server.py"
      ],
      "env": {
        "MCP_CREWAI_ENTERPRISE_SERVER_URL": "https://your-crew-endpoint.crewai.com",
        "MCP_CREWAI_ENTERPRISE_BEARER_TOKEN": "your-bearer-token-here"
      }
    }
  }
}

Prompts to try

Prompts that trigger and monitor CrewAI Enterprise crew deployments through this server.

- "Kick off the market-research crew with the topic 'electric vehicle trends in Europe'"
- "Check the status of the crew execution I just started"
- "Run the content-generation crew and give it the input: product='CloudSync', audience='enterprise CTOs'"
- "What is the result of the last crew run?"
- "Trigger the data-analysis crew with the dataset URL 'https://example.com/sales-q3.csv'"

Troubleshooting Enterprise Crew

The server starts but kickoff_crew returns a 401 Unauthorized error

Verify that MCP_CREWAI_ENTERPRISE_BEARER_TOKEN matches the token shown in your CrewAI Enterprise dashboard. Tokens are per-crew, so ensure the token belongs to the specific crew you are trying to kick off.

uv run fails with 'No module named mcp'

Install the dependency explicitly with 'uv pip install mcp "mcp[cli]"' inside your project directory, or create a virtual environment first with 'uv venv .venv && source .venv/bin/activate'.

get_crew_status returns 'pending' indefinitely

Check the CrewAI Enterprise dashboard at app.crewai.com to see if the crew run is actually progressing. Very large crew workflows can take several minutes. If the run shows an error in the dashboard, inspect the crew's logs there for the root cause.

Frequently Asked Questions about Enterprise Crew

What is Enterprise Crew?

Enterprise Crew is a Model Context Protocol (MCP) server that mcp server for kicking off and getting status of your crew deployments It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Enterprise Crew?

Follow the installation instructions on the Enterprise Crew GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Enterprise Crew?

Enterprise Crew works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Enterprise Crew free to use?

Yes, Enterprise Crew is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Enterprise Crew Alternatives — Similar Business Applications Servers

Looking for alternatives to Enterprise Crew? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "enterprise": { "command": "npx", "args": ["-y", "enterprise"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Enterprise Crew?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides