GobinFan /
python-mcp-server-client
支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai
56/100 healthLoading repository data…
adam-paterson / repository
MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows. This project leverages the Model Context Protocol (MCP) to communicate with Large Language Models (LLMs) and tools such as Claude Desktop or Cursor IDE, allowing you to orchestrate multi-agent workflows with ease.
agents.yml and tasks.yml), so you don't need to write custom code for basic setups.--agents and --tasks).run_workflow tool.There are several ways to install the MCP Crew AI server:
pip install mcp-crew-ai
pip install git+https://github.com/adam-paterson/mcp-crew-ai.git
git clone https://github.com/adam-paterson/mcp-crew-ai.git
cd mcp-crew-ai
pip install -e .
Example agents.yml:
zookeeper:
role: Zookeeper
goal: Manage zoo operations
backstory: >
You are a seasoned zookeeper with a passion for wildlife conservation...
Example tasks.yml:
write_stories:
description: >
Write an engaging zoo update capturing the day's highlights.
expected_output: 5 engaging stories
agent: zookeeper
output_file: zoo_report.md
Once installed, you can run the MCP CrewAI server using either of these methods:
mcp-crew-ai --agents path/to/agents.yml --tasks path/to/tasks.yml
For a more streamlined experience, you can use the UV execution command:
uvx mcp-crew-ai --agents path/to/agents.yml --tasks path/to/tasks.yml
Or run just the server directly:
uvx mcp-crew-ai-server
This will start the server using default configuration from environment variables.
--agents: Path to the agents YAML file (required)--tasks: Path to the tasks YAML file (required)--topic: The main topic for the crew to work on (default: "Artificial Intelligence")--process: Process type to use (choices: "sequential" or "hierarchical", default: "sequential")--verbose: Enable verbose output--variables: JSON string or path to JSON file with additional variables to replace in YAML files--version: Show version information and exitYou can also provide additional variables to be used in your YAML templates:
mcp-crew-ai --agents examples/agents.yml --tasks examples/tasks.yml --topic "Machine Learning" --variables '{"year": 2025, "focus": "deep learning"}'
These variables will replace placeholders in your YAML files. For example, {topic} will be replaced with "Machine Learning" and {year} with "2025".
Contributions are welcome! Please open issues or submit pull requests with improvements, bug fixes, or new features.
This project is licensed under the MIT Licence. See the LICENSE file for details.
Happy workflow orchestration!
Selected from shared topics, language and repository description—not editorial ratings.
GobinFan /
支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai
56/100 healthvinkius-labs /
AI agent crew that generates qualified B2B lead lists with enriched contacts and personalized outreach using CrewAI + 5 MCP servers + Google Gemini.
74/100 healthvinkius-labs /
AI agent crew that generates institutional-grade crypto market intelligence reports with real-time data from CoinGecko, Binance, SEC EDGAR, FRED and more using CrewAI + 15 MCP servers + Google Gemini.
66/100 healthvinkius-labs /
AI agent crew that generates hyper-local neighborhood guides with real estate data, crime stats, and lifestyle insights using CrewAI + 13 MCP servers + Google Gemini.
65/100 healthshlmt /
🤖 Multi-Agent AI Platform for a Complete Development Process from Idea to Production, using crewai & MCPs. Final Project of AI Course.
53/100 healthalevtelles /
Agente de IA usando CrewAI e MCP, explorando como montar fluxos inteligentes com múltiplos agentes colaborando.
27/100 health