CrewAI Enterprise MCP Server

Official

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Enables starting deployed CrewAI workflows and monitoring their execution status, retrieving results from CrewAI workflows through the CrewAI Enterprise platform.

CrewAI エンタープライズ MCP サーバー

概要

CrewAIワークフローを展開するためのモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーを使用すると、展開されたクルーのキックオフや、クルーの成果を示すステータスの確認が可能になります。

ツール

  • キックオフクルー
  • クルーステータスの取得

環境変数

app.crewai.com から取得MCP_CREWAI_ENTERPRISE_SERVER_URL MCP_CREWAI_ENTERPRISE_BEARER_TOKEN

Claude Desktopでの使用

この MCP サーバーを Claude Desktop で使用するには、次の手順に従います。

  1. クロードデスクトップを開く
  2. 「設定」>「開発者向け設定」に移動します
  3. 以下の構成で新しいMCPサーバーを追加します

ローカルにクローンされたリポジトリ:

mcpmcp[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 に追加:

-
security - not tested
F
license - not found
-
quality - not tested

ユーザーが Claude Desktop を通じて展開された CrewAI ワークフローを開始および監視できるようにするモデル コンテキスト プロトコル サーバー。

  1. Overview
    1. Tools
      1. Env Variables
        1. Usage with Claude Desktop
          1. Locally, cloned repo:
          2. TODO: Added on PyPI:
        ID: 5lntc44o2a