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")