Tool to convert agent frameworks to MCP servers
Top 92.8% on sourcepulse
This project provides a streamlined way to convert agents and orchestrators from popular frameworks like CrewAI and LangGraph into standardized MCP (Model Context Protocol) servers. It targets developers building AI agents who need to integrate them with clients like Cursor or Claude Desktop, enabling easier interoperability and deployment.
How It Works
The tool generates a run_mcp.py
file that acts as a bridge. It uses adapter functions (e.g., create_crewai_adapter
) to wrap existing agent logic. These adapters handle the conversion of agent inputs and outputs to the MCP format, allowing the agent to be served via STDIO or SSE transports. This approach abstracts away the complexities of different agent framework APIs and MCP communication protocols.
Quick Start & Requirements
pip install naptha-automcp
or uv add naptha-automcp
.git clone https://github.com/NapthaAI/automcp.git && cd automcp && uv venv && source .venv/bin/activate && pip install -e .
Highlighted Details
automcp init -f <FRAMEWORK>
).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 months ago
Inactive