12 days ago
Description: Showcase MCP server for the Burnish Explorer — 34 tools across a fictional consulting company (projects, clients, team members, tasks, incidents, orders) demonstrating every rendering path: cards, tables, charts, stat bars, pipelines, and multi-section dashboards. Install with npx burnish -- npx -y @burnishdev/example-server.
Overview
Burnish Example Server
A showcase MCP server demonstrating every rendering path in the Burnish Explorer — Swagger UI for MCP servers.
34 tools across a fictional consulting company — projects, clients, team members, tasks, incidents, orders, revenue, pipelines, dashboards, status reports, and suggested actions.
Each tool's JSON output maps to one of 10 Lit 3 web components — cards, tables, charts, stat bars, forms, pipelines, messages, sections, metrics, and actions. No LLM required, no tool-calling — just structured data rendered as interactive UI.
Install
npx burnish -- npx -y @burnishdev/example-server
Server Config
{
"mcpServers": {
"burnish-example-server": {
"command": "npx",
"args": [
"-y",
"@burnishdev/example-server"
]
}
}
}