Bundler
Freeby MCP Community
Generic MCP client/cache with an optional local server adapter
v0.0.10Added Apr 12, 2026
Bundler MCP Server
Generic MCP client/cache with an optional local server adapter
Installation
Reviews
Installation
Quick install
npx -y @kunobi/mcp-bundler
Add to claude_desktop_config.json
{
"mcpServers": {
"bundler": {
"command": "npx",
"args": ["-y", "@kunobi/mcp-bundler"]
}
}
}