-mcp-to-skill-converter

GBSOSS/-mcp-to-skill-converter
★ 130 stars Python 🤖 AI/LLM Updated 1mo ago
Convert any MCP server into a Claude Skill with 90% context savings
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "-mcp-to-skill-conver": {
      "command": "uvx",
      "args": [
        "-mcp-to-skill-converter"
      ]
    }
  }
}

Or install with pip: pip install -mcp-to-skill-converter