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.

For manual analysis, inspect these key files:

  • package.json / pyproject.toml — dependencies and entry point
  • src/index.ts / main.py — server setup, tool/resource/prompt registration
Related skills

More from bahayonghang/my-claude-code-settings

Installs
38
GitHub Stars
14
First Seen
Jan 20, 2026