mcp-distiller

the-radar/mcp-distiller
★ 0 stars Python 💻 Code/Dev Tools Updated 2d ago
Turn MCP servers into Claude Code skills so they cost nothing until you actually call them. MIT-licensed CLI from TheRadar.
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-distiller": {
      "command": "uvx",
      "args": [
        "mcp-distiller"
      ]
    }
  }
}

Or install with pip: pip install mcp-distiller

README Excerpt

Turn MCP servers into skills so they cost nothing until you actually call them. Every MCP server you wire into Claude Code is a long-running subprocess. Open one session — it spawns a copy. Open three sessions — it spawns three copies. Most of them sit there idle, holding pipes open, waiting for a request that often never comes.