mfagerlund/mcp-on-demand
Load MCP servers on-demand instead of keeping them in context permanently. Zero token overhead when not in use. Start sessions, call tools, then stop. Perfect for Claude Code skills and commands needing browser automation, filesystem access, or other MCP capabilities without context pollution. HTTP daemon manages persistent sessions.
Platform-specific configuration:
{
"mcpServers": {
"mcp-on-demand": {
"command": "npx",
"args": [
"-y",
"mcp-on-demand"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...