Skip to content

Bundler

Free

by MCP Community

Generic MCP client/cache with an optional local server adapter

v0.0.10Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Bundler MCP Server

Generic MCP client/cache with an optional local server adapter

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @kunobi/mcp-bundler
Add to claude_desktop_config.json
{
  "mcpServers": {
    "bundler": {
      "command": "npx",
      "args": ["-y", "@kunobi/mcp-bundler"]
    }
  }
}