Back to search
30
MCP

CrewAI Workflow

pulsemcp/crewai workflow

Lightweight Python server for dynamically loading CrewAI multi-agent workflows from YAML configurations, enabling flexible task orchestration with minimal custom code and seamless tool integration.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

iflow-mcp_adam-paterson-mcp-crew-ai
MCP Crew AI Server - Run CrewAI agents through Model Context Protocol
0 tools
Multi-Agent Deep Researcher
Orchestrates three specialized agents (web searcher, research analyst, and technical writer) using CrewAI to automate comprehensive informat
0 tools
crewAI
Metadata-only Glama MCP server.
0 tools
iflow-mcp_enterprise-mcp-server
A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows
0 tools
crewai-mcp-server
MCP server for CrewAI documentation
0 tools
0nmcp-crewai
MCP server for CrewAI Enterprise — kick off, status, resume, and inspect crew runs from any MCP client (Claude Code, Cursor, Windsurf, 0nMCP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "crewai_workflow": {
      "url": "None",
      "transport": "http"
    }
  }
}