automcp
Easily convert tool, agents and orchestrators from existing agent frameworks to MCP servers
GitHub Stars
295
User Rating
Not Rated
Favorites
0
Views
36
Forks
40
Issues
6
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.6 or higher
Installation Steps
1. Install from PyPI
bash
pip install naptha-automcp
2. Install from Source
bash
git clone https://github.com/NapthaAI/automcp.git
cd automcp
uv venv
source .venv/bin/activate
pip install -e .