vibe-dashboard-mcp
v1.0.0
Published
MCP server that renders dashboard UI components from tool data
Downloads
8
Maintainers
Readme
vibe-dashboard-mcp
Render dashboards in MCP hosts from structured data.
Install
Use this MCP config:
{
"mcpServers": {
"vibe-dashboard": {
"command": "npx",
"args": ["-y", "vibe-dashboard-mcp", "--stdio"]
}
}
}Alternative host format (for hosts using servers):
{
"servers": {
"vibe-dashboard": {
"type": "stdio",
"command": "npx",
"args": ["-y", "vibe-dashboard-mcp", "--stdio"]
}
}
}Verify Installation
Run one tool from your MCP host, for example show_data_table.
Expected result: the tool succeeds and a dashboard component renders.
Tools
show_metrics_chart: line chart for time-series metricsshow_bar_chart: bar chart for categorical comparisonsshow_donut_chart: donut/pie chart for distributionshow_data_table: tabular data with optional bounded heightshow_gauge: radial KPI gaugeshow_geo_map: world map by ISO3 country codesshow_kpi_grid: KPI cards grid
Troubleshooting
npx: command not found: install Node.js 20+ and reopen the MCP host.Waiting for data...: the tool did not returnstructuredContentin the expected shape.Unable to load UI bundle: if running from source, runnpm run build.
