Skip to content

Add Burnish — explorer-first MCP client (Swagger UI for MCP)#181

Open
danfking wants to merge 1 commit intopunkpeye:mainfrom
danfking:add-burnish
Open

Add Burnish — explorer-first MCP client (Swagger UI for MCP)#181
danfking wants to merge 1 commit intopunkpeye:mainfrom
danfking:add-burnish

Conversation

@danfking
Copy link
Copy Markdown

Adds Burnish to the Clients list.

What it is: an explorer-first MCP client — "Swagger UI for MCP." Unlike the chat-based clients elsewhere on this list, Burnish has no LLM, no tool-calling loop, and no chat window. Point it at any stdio or SSE MCP server and the UI auto-generates from the server's tool schemas and outputs: cards for objects, tables for arrays, charts for {labels, datasets}, forms from JSON Schema inputs, pipelines, stat bars, status messages, and dashboards.

Two parts:

  • CLI/app (burnish on npm): launches the Explorer against any MCP server.
  • Web components library (@burnishdev/components on npm + CDN): 10 Lit 3 components that drive the output layer, also usable directly in your own app.

Live demo: https://burnish-demo.fly.dev

Added entry at the end of the Clients list (consistent with recent additions) and a matching TOC link. Happy to adjust formatting, description, screenshots, or move placement if you prefer alphabetical.

Burnish is 'Swagger UI for MCP' — an MCP client that auto-generates
interactive UI from any server's tool outputs without an LLM or chat
window. Ships a CLI plus 10 Lit 3 web components embeddable in your
own app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant