crewaiinc_enterprise_mcp_server

crewaiinc_enterprise_mcp_server

by crewAIInc
A server for managing and monitoring CrewAI workflows, enabling deployment and status checks.

CrewAI Enterprise MCP Server

Overview

The CrewAI Enterprise MCP Server is a Model Context Protocol (MCP) implementation designed to manage and monitor deployed CrewAI workflows. This server allows users to initiate their deployed crew and inspect the status, providing the results of the crew's operations.

Tools

  • kickoff_crew: Initiates the deployed crew.
  • get_crew_status: Retrieves the status and results of the crew.

Env Variables

To configure the server, retrieve the following environment variables from app.crewai.com:

  • MCP_CREWAI_ENTERPRISE_SERVER_URL
  • MCP_CREWAI_ENTERPRISE_BEARER_TOKEN

Usage with Claude Desktop

To integrate the CrewAI Enterprise MCP Server with Claude Desktop, follow these steps:

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

Screenshots

Claude Desktop with CrewAI Enterprise MCP Server
Claude Desktop with CrewAI Enterprise MCP Server
Claude Desktop with CrewAI Enterprise MCP Server

Locally Cloned Repo

To run the server locally, install mcp and mcp[cli] and configure as follows:

{
  "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

The project is planned to be added to PyPI for easier installation and management.

About

The CrewAI Enterprise MCP Server is designed to kick off and monitor the status of your crew deployments.

Resources

Stars

20 stars

Watchers

4 watching

Forks

0 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

Features & Capabilities

Categories
mcp_server model_context_protocol python claude workflow_management api_integration

Implementation Details

Stats

0 Views
20 GitHub Stars

Repository Info

crewAIInc Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300