Sponsored by Deepsite.site

Burnish — Swagger UI for MCP

Created By
danfking16 days ago
Explorer-first MCP client that renders any MCP server's tools as interactive UI — no LLM required, no tool-calling loop. Point it at any MCP server over stdio or SSE and get cards, tables, charts, forms, pipelines, and dashboards auto-generated from your tool outputs. Install with `npx burnish -- <your-mcp-server>`.
Overview

Burnish — Swagger UI for MCP

Explorer-first MCP client. Point it at any MCP server and get an interactive UI — no LLM, no tool-calling loop, no chat window. Just your tools, rendered as the right component for the shape of their output.

Install & run

# Against any MCP server
npx burnish -- npx -y @modelcontextprotocol/server-filesystem /tmp

# Against the showcase example server (34 tools, every rendering path)
npx burnish -- npx -y @burnishdev/example-server

# Against a remote SSE server
npx burnish --sse https://your-server.example.com/sse

Server Config

{
  "mcpServers": {
    "burnish-example": {
      "command": "npx",
      "args": [
        "-y",
        "@burnishdev/example-server"
      ]
    },
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/tmp"
      ]
    },
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}
Recommend Clients
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Cherry Studio🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Continue⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
CursorThe AI Code Editor
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
LutraLutra is the first MCP compatible client built for everyone
A Sleek AI Assistant & MCP Client5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .
chatmcpChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
ChatWiseThe second fastest AI chatbot™
SOCIAL-API.AI
DeepChatYour AI Partner on Desktop
HyperChatHyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.
Cline – #1 on OpenRouterAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
Roo Code (prev. Roo Cline)Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor.
ZedCode at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
MCP ConnectEnables cloud-based AI services to access local Stdio based MCP servers via HTTP requests
Refact.aiOpen-source AI Agent for VS Code and JetBrains that autonomously solves coding tasks end-to-end.
WindsurfThe new purpose-built IDE to harness magic
y-cli 🚀A Tiny Terminal Chat App for AI Models with MCP Client Support
MCP PlaygroundCall MCP Server Tools Online