auto-mcp
@NapthaAI
关于 auto-mcp
Easily convert tool, agents and orchestrators from existing agent frameworks to MCP servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"auto-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is auto-mcp?
auto-mcp converts tools, agents, and orchestrators from CrewAI, LangGraph, Llama Index, OpenAI Agents SDK, Pydantic AI, and mcp-agent into MCP servers for standardized access via clients like Cursor and Claude Desktop.
How to use auto-mcp?
Install the package (pip install naptha-automcp), run automcp init -f <framework> in your project directory to generate run_mcp.py, edit it to import your agent and define an input schema with Pydantic, then run automcp serve -t sse or automcp serve -t stdio. The server can also be run directly with Python or uv.
Key features of auto-mcp
- Converts existing agent frameworks into MCP servers
- Supports CrewAI, LangGraph, Llama Index, OpenAI Agents SDK, Pydantic AI, and mcp-agent
- Generates run_mcp.py with STDIO and SSE transport handlers
- CLI commands for initialization and server serving
- Includes examples for each supported framework
- Can deploy to Naptha's MCPaaS platform
Use cases of auto-mcp
- Integrate existing CrewAI crews into Cursor IDE
- Expose LangGraph agents as MCP tools for Claude Desktop
- Deploy Llama Index agents via Naptha's MCPaaS platform
- Create standardized MCP endpoints for OpenAI Agents SDK orchestrators
FAQ from auto-mcp
Which agent frameworks does auto-mcp support?
CrewAI, LangGraph, Llama Index, OpenAI Agents SDK, Pydantic AI, and mcp-agent.
What transport modes are available?
STDIO (client starts the server automatically) and SSE (user starts the server separately, then client connects).
How do I avoid STDIO protocol corruption with print statements?
The generated server includes utilities to suppress warnings, and print statements in agent code can corrupt STDIO.
Where can I deploy my auto-mcp server?
You can deploy locally or use Naptha's MCPaaS platform after configuring pyproject.toml correctly.
What are the runtime dependencies?
Python, pip or uv, and the target agent framework (e.g., crewai, langgraph) along with their API keys.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论