MCP Crew AI Server is designed to run, manage, and create CrewAI workflows, leveraging the Model Context Protocol to communicate with Large Language Models and tools like Claude Desktop or Cursor IDE. It supports seamless execution of pre-configured workflows and local development capabilities.
MCP Crew AI Server is designed to run, manage, and create CrewAI workflows, leveraging the Model Context Protocol to communicate with Large Language Models and tools like Claude Desktop or Cursor IDE. It supports seamless execution of pre-configured workflows and local development capabilities.
Clone the repository and install dependencies via command line.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-crew-ai-server": {
"command": "npx",
"args": [
"-y",
"Clone the repository and install dependencies via command line."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Crew AI Server?"
No configuration required. This server works out of the box.
"What resources are available in MCP Crew AI Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Crew AI Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Crew AI Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.