MCP Crew AI Server
@adam-paterson
MCP Crew AI Server について
MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-crew-ai": {
"command": "uvx",
"args": [
"mcp-crew-ai",
"--agents",
"path/to/agents.yml",
"--tasks",
"path/to/tasks.yml"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Crew AI Server?
MCP Crew AI Server is a lightweight Python server that runs, manages, and creates CrewAI multi-agent workflows. It uses the Model Context Protocol (MCP) to communicate with LLMs and tools like Claude Desktop or Cursor IDE, enabling orchestration of agentic tasks without custom code.
How to use MCP Crew AI Server?
Install via pip install mcp-crew-ai (or from GitHub or clone). Run with mcp-crew-ai --agents path/to/agents.yml --tasks path/to/tasks.yml or using uvx mcp-crew-ai with the same flags. Additional options include --topic, --process, --verbose, and --variables for YAML templating.
Key features of MCP Crew AI Server
- Automatically loads agent/task configs from
agents.ymlandtasks.yml. - Supports custom YAML paths via
--agentsand--taskscommand arguments. - Runs workflows through the MCP
run_workflowtool. - Operates locally in STDIO mode for development and testing.
- Allows variable substitution in YAML files via
--variables. - Offers sequential or hierarchical process types.
Use cases of MCP Crew AI Server
- Automating multi-step research and reporting tasks with AI agents.
- Generating content (e.g., zoo updates) by assigning roles and goals.
- Running templated workflows from IDEs like Cursor or from Claude Desktop.
- Rapidly prototyping CrewAI workflows without writing Python code.
FAQ from MCP Crew AI Server
What is the runtime requirement?
Python 3.11+ along with MCP SDK, CrewAI, and PyYAML.
Can I use custom configuration files?
Yes, you specify paths via --agents and --tasks command line options.
How does variable substitution work?
Use --variables with a JSON string or file path; placeholders like {topic} in YAML are replaced at runtime.
Does it support different workflow processes?
Yes, you can choose sequential (default) or hierarchical with the --process flag.
Is there a default configuration if no files are given?
No; both --agents and --tasks are required when running the server with mcp-crew-ai. The uvx mcp-crew-ai-server command uses defaults from environment variables.
「推論」の他のコンテンツ
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
コメント