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
Beginner
Estimated 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 .

Troubleshooting

Issue: Errors during installation Solution: Check your Python version and ensure dependencies are correctly installed.