Skip to content
MCP Server Community By @ViperJuice

ViperJuice/mcp-gateway

🐍 🏠 🍎 πŸͺŸ 🐧 - A meta-server for minimal Claude Code tool bloat with progressive disclosure and dynamic server provisioning. Exposes 9 stable meta-tools, auto-starts Playwright and Context7, and can dynamically provision 25+ MCP servers on-demand from a curated manifest.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: ViperJuice/mcp-gateway Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-viperjuice-mcp-gateway

Detailed Documentation

🐍 🏠 🍎 πŸͺŸ 🐧 - A meta-server for minimal Claude Code tool bloat with progressive disclosure and dynamic server provisioning. Exposes 9 stable meta-tools, auto-starts Playwright and Context7, and can dynamically provision 25+ MCP servers on-demand from a curated manifest.

Configuration

{
  "mcpServers": {
    "viperjuice-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-viperjuice-mcp-gateway"
      ],
      "env": {}
    }
  }
}