CrewAI Enterprise MCP Server

Official
by crewAIInc

Integrations

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

CrewAI Enterprise MCP Server

Overview

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.

Tools

  • kickoff_crew
  • get_crew_status

Env Variables

retrieve from app.crewai.com MCP_CREWAI_ENTERPRISE_SERVER_URL MCP_CREWAI_ENTERPRISE_BEARER_TOKEN

Usage with Claude Desktop

To use this MCP server with Claude Desktop, follow these steps:

  1. Open Claude Desktop
  2. Go to Settings > Developer Settings
  3. Add a new MCP server with the configuration shown below

Locally, cloned repo:

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": "<>" } } } }

TODO: Added on PyPI:

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

local-only server

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

A Model Context Protocol server that enables users to kickoff and monitor deployed CrewAI workflows through Claude Desktop.

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

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
          Last updated -
          10
          322
          28
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.
          Last updated -
          JavaScript
          Apache 2.0
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.
          Last updated -
          322
          2
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
          Last updated -
          TypeScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        ID: 5lntc44o2a