Lazy
Freeby MCP Community
A proxy tool that converts normal MCP servers to use lazy-loading pattern with three/four meta-tools
v2.3.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolproxylazy-loading
Lazy MCP Server
A proxy tool that converts normal MCP servers to use lazy-loading pattern with three/four meta-tools
Installation
Reviews
Installation
Quick install
npx -y lazy-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"lazy": {
"command": "npx",
"args": ["-y", "lazy-mcp"]
}
}
}