MCP.so
登录

CrewAI MCP Server

@rafaelcc14g

关于 CrewAI MCP Server

MCP 서버로 CrewAI와 Claude를 연결하는 통합 서비스

基本信息

分类

其他

传输方式

stdio

发布者

rafaelcc14g

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is CrewAI MCP Server?

CrewAI MCP Server connects CrewAI with Claude through the Model Context Protocol, allowing users to manage CrewAI agents, tasks, and crews while enabling bidirectional communication, document analysis, and execution of complex multi-agent workflows.

How to use CrewAI MCP Server?

Install via pip install mcp-server-crewai or directly from GitHub. For use with Claude Desktop, add an entry to claude_desktop_config.json with the command mcp-server-crewai. For development, clone the repository and install with dev dependencies using pip install -e ".[dev]".

Key features of CrewAI MCP Server

  • CrewAI agent, task, and crew creation and management
  • Bidirectional communication between Claude and CrewAI
  • Document analysis and insight generation
  • Execution of complex multi-agent workflows

Use cases of CrewAI MCP Server

  • Automating document analysis with AI agents
  • Orchestrating multi-step tasks via Claude and CrewAI
  • Building complex workflows involving multiple specialized agents

FAQ from CrewAI MCP Server

How is the CrewAI MCP Server installed?

Install via pip: pip install mcp-server-crewai. You can also install directly from GitHub using pip install git+https://github.com/rafaelcc14g/mcp-server-crewai.git.

How do I configure the server for Claude Desktop?

Add the following entry to your claude_desktop_config.json file: {"mcpServers": {"crewai": {"command": "mcp-server-crewai", "args": []}}}.

What can the CrewAI MCP Server do?

It manages CrewAI agents, tasks, and crews, enables bidirectional communication with Claude, performs document analysis and insight generation, and runs complex multi-agent workflows.

评论

其他 分类下的更多 MCP 服务器