CrewAI Enterprise MCP Server
@crewAIInc
关于 CrewAI Enterprise MCP Server
MCP Server for kicking off and getting status of your crew deployments
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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": "<>"
}
}
}
}工具
1get_crew_status
概览
What is CrewAI Enterprise MCP Server?
A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows. It enables kicking off your deployed crew and inspecting crew status, giving the results of your crew.
How to use CrewAI Enterprise MCP Server?
Configure the environment variables MCP_CREWAI_ENTERPRISE_SERVER_URL and MCP_CREWAI_ENTERPRISE_BEARER_TOKEN from app.crewai.com. For use with Claude Desktop, add a new MCP server using the provided JSON configuration with uv run. Locally, install mcp and mcp[cli].
Key features of CrewAI Enterprise MCP Server
- Kicks off deployed CrewAI workflows
- Inspects crew status and results
- Uses two tools:
kickoff_crewandget_crew_status - Integrates with Claude Desktop via MCP
- Requires bearer token authentication
Use cases of CrewAI Enterprise MCP Server
- Launch a deployed CrewAI crew from an MCP client
- Monitor the status and retrieve results of a crew execution
- Integrate CrewAI enterprise workflows into AI assistants
FAQ from CrewAI Enterprise MCP Server
What tools are provided?
The server provides kickoff_crew to start a crew and get_crew_status to check its status and results.
What environment variables are required?
MCP_CREWAI_ENTERPRISE_SERVER_URL and MCP_CREWAI_ENTERPRISE_BEARER_TOKEN, both retrieved from app.crewai.com.
How do I use this server with Claude Desktop?
Add a new MCP server in Claude Desktop settings with the JSON configuration shown in the README, using uv run with the cloned repo path.
Where can I get the authentication token?
The bearer token is obtained from app.crewai.com.
What are the installation prerequisites?
You need to have mcp and mcp[cli] installed locally for the cloned repo method.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论