by GBSOSS · MCP Server · ★ 130
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
mcp-to-skill-converter Convert any MCP server into a Claude Skill with 90% context savings. Why This Exists 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) Quick Start Done! Claude can now use GitHub tools with minimal context. What It Does The converter: Reads your MCP server config Generates a Skill structure with: - Instructions for Claude - Handles MCP calls dynamically Config files Claude loads metadata only (100 tokens) Full instructions load when the skill is needed Executor runs MCP tools outside context Context Savings Before (MCP): 20 tools = 30k tokens always loaded Context available: 170k / 200k
| Stars | 130 |
| Forks | 15 |
| Language | Python |
| Category | MCP Server |
| Quality Score | 37.2/100 |
| Open Issues | 2 |
| Last Updated | 2025-10-26 |
| Created | 2025-10-26 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~1k |
These tools work well together with -mcp-to-skill-converter for enhanced workflows:
Explore other popular mcp server tools:
-mcp-to-skill-converter is Convert any MCP server into a Claude Skill with 90% context savings. It is categorized as a MCP Server with 130 GitHub stars.
-mcp-to-skill-converter is primarily written in Python.
You can find installation instructions and usage details in the -mcp-to-skill-converter GitHub repository at github.com/GBSOSS/-mcp-to-skill-converter. The project has 130 stars and 15 forks, indicating an active community.