·mcp-to-skill
</>

mcp-to-skill

Convert MCP (Model Context Protocol) servers into on-demand skills to dramatically reduce active context window usage. MCP tool schemas consume tokens on every turn whether used or not; skills load only when needed. Analyzes MCP tool definitions, classifies each tool by replacement strategy, and generates a complete skill package. Use this skill whenever the user mentions: convert MCP, MCP to skill, reduce context size, too many tools, tool token bloat, slim down MCPs, context window full, replace MCP, MCP migration. Also trigger when the user has many active MCP servers and wants to optimize context usage, asks about reducing token overhead from tool definitions, or says my context is too big or running out of context when MCPs are active.

13Installs·1Trend·@mathews-tom

Installation

$npx skills add https://github.com/mathews-tom/praxis-skills --skill mcp-to-skill

How to Install mcp-to-skill

Quickly install mcp-to-skill AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mathews-tom/praxis-skills --skill mcp-to-skill
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mathews-tom/praxis-skills.

SKILL.md

View raw

Convert MCP servers into on-demand skills. MCP tool schemas sit in the system prompt on every turn (500-2000 tokens per tool, regardless of whether they're used). Skills cost zero tokens until loaded via view. For a typical setup with 4-5 MCP servers exposing 20-40 tools, this reclaims 10,000-30,000 tokens of context per turn.

This matters because that's 10-30% of the context window burned before the conversation even starts — and it compounds: every turn re-injects the full schema.

Not every MCP should become a skill. Apply this heuristic:

Convert MCP (Model Context Protocol) servers into on-demand skills to dramatically reduce active context window usage. MCP tool schemas consume tokens on every turn whether used or not; skills load only when needed. Analyzes MCP tool definitions, classifies each tool by replacement strategy, and generates a complete skill package. Use this skill whenever the user mentions: convert MCP, MCP to skill, reduce context size, too many tools, tool token bloat, slim down MCPs, context window full, replace MCP, MCP migration. Also trigger when the user has many active MCP servers and wants to optimize context usage, asks about reducing token overhead from tool definitions, or says my context is too big or running out of context when MCPs are active. Source: mathews-tom/praxis-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mathews-tom/praxis-skills --skill mcp-to-skill
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from mathews-tom/praxis-skills

Quick answers

What is mcp-to-skill?

Convert MCP (Model Context Protocol) servers into on-demand skills to dramatically reduce active context window usage. MCP tool schemas consume tokens on every turn whether used or not; skills load only when needed. Analyzes MCP tool definitions, classifies each tool by replacement strategy, and generates a complete skill package. Use this skill whenever the user mentions: convert MCP, MCP to skill, reduce context size, too many tools, tool token bloat, slim down MCPs, context window full, replace MCP, MCP migration. Also trigger when the user has many active MCP servers and wants to optimize context usage, asks about reducing token overhead from tool definitions, or says my context is too big or running out of context when MCPs are active. Source: mathews-tom/praxis-skills.

How do I install mcp-to-skill?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mathews-tom/praxis-skills --skill mcp-to-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mathews-tom/praxis-skills