Skip to content

Instantly share code, notes, and snippets.

View nerveband's full-sized avatar

Ashraf Ali nerveband

View GitHub Profile
@nerveband
nerveband / SKILL.md
Created February 15, 2026 12:08
Dynamic MCP Loader: SessionStart hook + mcporter for on-demand Claude.ai MCP connectors in Claude Code
name description
dynamic-mcp-loader
Dynamically load and call Claude.ai MCP connectors on demand using mcporter CLI, instead of having them always consuming context tokens. Use when the user wants to call a tool from a disabled Claude.ai MCP connector (e.g., Figma, Craft, Canva, Val Town, Stripe), or when asked to "load MCP", "call MCP tool", "use mcporter", "run a cloud MCP". Also use when managing which Claude.ai connectors are disabled via the SessionStart hook.

Dynamic MCP Loader

Load and call Claude.ai MCP connectors on demand using mcporter, avoiding always-on context token consumption.

How It Works