The reputation layer for AI skills, tools & agents

NapthaAI/automcp

Score: 27.3 Rank #7874

Easily convert tool, agents and orchestrators from existing agent frameworks to MCP servers

Overview

NapthaAI/automcp is a Python MCP server licensed under Apache-2.0. Easily convert tool, agents and orchestrators from existing agent frameworks to MCP servers

Ranked #7874 out of 25632 indexed tools.

Ecosystem

Python Apache-2.0

Signal Breakdown

Stars 301
Freshness 11mo ago
Issue Health 0%
Contributors 4
Dependents 8
Forks 148
Description Good
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 332 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 6 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for NapthaAI/automcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/NapthaAI--automcp)](https://agentrank-ai.com/tool/NapthaAI--automcp)
<a href="https://agentrank-ai.com/tool/NapthaAI--automcp"><img src="https://agentrank-ai.com/api/badge/tool/NapthaAI--automcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# automcp

## 🚀 Overview

automcp allows you to easily convert tools, agents and orchestrators from existing agent frameworks into [MCP](https://modelcontextprotocol.io/introduction) servers, that can then be accessed by standardized interfaces via clients like Cursor and Claude Desktop.

We currently support deployment of agents, tools, and orchestrators as MCP servers for the following agent frameworks:

1. CrewAI
2. LangGraph
3. Llama Index
4. OpenAI Agents SDK
5. Pydantic AI
6. mcp-agent

## 🔧 Installation

Install from PyPI:

```bash
# Basic installation
pip install naptha-automcp

# UV
uv add naptha-automcp
```

Or install from source:

```bash
git clone https://github.com/napthaai/automcp.git
cd automcp
uv venv 
source .venv/bin/activate
pip install -e .
```

## 🧩 Quick Start

Create a new MCP server for your project:

Navigate to your project directory with your agent implementation:

```bash
cd your-project-directory
```

Generate the MCP server files via CLI with one of th
Read full README on GitHub →
Are you the maintainer? Claim this listing