CrewAI エンタープライズ MCP サーバー
概要
CrewAIワークフローを展開するためのモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーを使用すると、展開されたクルーのキックオフや、クルーの成果を示すステータスの確認が可能になります。
ツール
キックオフクルー
クルーステータスの取得
環境変数
app.crewai.com から取得MCP_CREWAI_ENTERPRISE_SERVER_URL
MCP_CREWAI_ENTERPRISE_BEARER_TOKEN
Claude Desktopでの使用
この MCP サーバーを Claude Desktop で使用するには、次の手順に従います。
クロードデスクトップを開く
「設定」>「開発者向け設定」に移動します
以下の構成で新しいMCPサーバーを追加します
ローカルにクローンされたリポジトリ:
mcp
とmcp[cli]
ローカルにインストールする
{
"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: PyPI に追加:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
ユーザーが Claude Desktop を通じて展開された CrewAI ワークフローを開始および監視できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.Last updated -03
- -securityFlicense-qualityA lightweight Python-based server designed to run, manage and create CrewAI workflows using the Model Context Protocol for communicating with LLMs and tools like Claude Desktop or Cursor IDE.Last updated -32
- -securityFlicense-qualityA Model Context Protocol server that gives Claude access to multiple AI models (Gemini, OpenAI, OpenRouter) for enhanced code analysis, problem-solving, and collaborative development through AI orchestration with conversations that continue across tasks.Last updated -7,193