mcporter

Installation
SKILL.md

MCPorter — CLI to MCP Converter

Turn any Python function or CLI tool into an MCP server that Claude Code can call natively.

Setup

pip install fastmcp

Minimal Server

# my_server.py
from fastmcp import FastMCP

mcp = FastMCP("my-tool")
Installs
2
GitHub Stars
134
First Seen
May 2, 2026
mcporter — alexai-mcp/hermes-ccc