mcpconsole

bilus/mcpconsole
★ 0 stars JavaScript Browser/Web Updated today
Embeddable, schema-driven web console for MCP servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpconsole": {
      "command": "npx",
      "args": [
        "-y",
        "bilus/mcpconsole"
      ]
    }
  }
}

README Excerpt

An embeddable, schema-driven web console for ```go mux := http.NewServeMux() mux.Handle("/mcp", mcpHandler) // any MCP streamable-HTTP handler mux.Handle("/ui/", mcpconsole.Handler("/mcp")) // this library ``` The UI is generated entirely from the MCP protocol definition: it initializes a

Tools (1)

adder