MCP Crew AI Server
MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows.
Overview
MCP Crew AI Server is a lightweight Python-based server designed to run, manage, and create CrewAI workflows, leveraging the Model Context Protocol (MCP) to communicate with Large Language Models (LLMs) and tools like Claude Desktop or Cursor IDE.
To use the server, clone the repository, install the required dependencies, and run the server with default or custom configuration files using command line arguments.
- Automatic configuration loading from YAML files for agents and tasks. - Command line flexibility to specify custom paths for configuration files. - Seamless execution of pre-configured workflows through the MCP
run_workflowtool. - Local development capability in STDIO mode for testing and development.
- Orchestrating multi-agent workflows for various applications.
- Automating tasks in a development environment.
- Managing complex workflows involving multiple agents and tasks.
Add to your AI client
Use these steps to connect MCP Crew AI Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-crew-ai-adam-paterson": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-crew-ai-adam-paterson": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-crew-ai-adam-paterson": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-crew-ai-adam-paterson": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-crew-ai-adam-paterson": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-crew-ai-adam-paterson": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-crew-ai-adam-paterson"
]
}
}
}FAQ
Can I customize the agents and tasks?
Yes! You can define your agents and tasks in the `agents.yml` and `tasks.yml` files respectively.
Is there a specific Python version required?
Yes, Python 3.10 or higher is required to run this server.
How do I contribute to the project?
Contributions are welcome! You can open issues or submit pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2648,"uuid":"2e96b473-e06b-42d9-9785-252db6498dec","name":"mcp-crew-ai","title":"MCP Crew AI Server","description":"MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows.","avatar_url":"https://avatars.githubusercontent.com/u/1008727?v=4","created_at":"2025-03-13T09:21:33.460Z","updated_at":"2025-03-13T09:40:51.542Z","status":"created","author_name":"adam-paterson","author_avatar_url":"https://avatars.githubusercontent.com/u/1008727?v=4","tags":"ai,mcp,agents,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/adam-paterson/mcp-crew-ai","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/crewAIInc/crewAI/raw/main/docs/crewai_logo.png","type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 08:17:19\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]