MCP Directory
Back

-mcp-to-skill-converter

by GBSOSS · Python · ★ 143

Convert any MCP server into a Claude Skill with 90% context savings

Install

pip install git+https://github.com/GBSOSS/-mcp-to-skill-converter.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "-mcp-to-skill-converter": {
      "command": "uvx",
      "args": [
        "git+https://github.com/GBSOSS/-mcp-to-skill-converter.git"
      ]
    }
  }
}

From the README

Convert any MCP server into a Claude Skill with 90% context savings. MCP servers are great but load all tool definitions into context at startup. With 20+ tools, that's 30-50k tokens gone before Claude does any work. This converter applies the "progressive disclosure" pattern (inspired by playwright-skill) to any MCP server: - **Startup**: ~100 tokens (just metadata) - **When used**: ~5k tokens (full instructions) - **Executing**: 0 tokens (runs externally) Check your config file: - Command is correct - Environment variables set - Server is accessible - Early stage (feedback welcome) - Req…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers