mcp-to-skill
Installation
SKILL.md
MCP to Skill Converter
Convert MCP servers into Claude Code Skills for easier distribution and usage.
Conversion Workflow
Step 1: Analyze MCP Server
Run the analysis script to extract tool/resource/prompt definitions:
python3 scripts/analyze_mcp.py /path/to/mcp-project --pretty
The script outputs JSON with: tools, resources, prompts, mcp_sdks, dependencies.