mcp-client
Installation
SKILL.md
MCP Client
A universal client for connecting to MCP (Model Context Protocol) servers. This skill provides a reusable script that any other skill can bundle to access MCP servers dynamically.
Why Use This?
Instead of loading all MCP tool definitions into context (which bloats tokens), this pattern:
- Discovers tools on-demand - only load what you need
- Caches schemas - emit to
references/for progressive disclosure - Processes data locally - results flow through script, not context
- Saves 80-98% tokens - per Anthropic's code execution research