Skip to content
VS Code

mcp dashboards for VS Code

io.github.kyurish/mcp-dashboards

45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation

client:VS Code transport:stdio runtime:npm

Install mcp dashboards in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-dashboards": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-dashboards"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp dashboards in other clients