mcpbeat Sign in

Dashboardbase MCP Server

by dashboardbase Your server? Claim it
local only

Dashboardbase runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 4 Aug 2026.

Validate Dashboardbase widget endpoint responses and setup files against the live contract.

Installs per day peak 18 · avg 8 · +55% w/w
a month agotoday
39
Installs / week
npm · @dashboardbase/mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dashboardbase every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @dashboardbase/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@dashboardbase/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DASHBOARDBASE_API_URL (Base URL of the Dashboardbase API. Defaults to https://api.dashboardbase.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dashboardbase

same job, measured the same way
Dvt
by dvt

Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.

answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Home Assistant MCP
by coolver

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

230 installs/wk local only
Infrapage
by infra

Read-only access to your Infrapage dashboards: pages, widgets, live values, weekly recaps.

answering
Home Assistant MCP Server
by jarahkon

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

86 installs/wk local only
Alive Analysis
by with-geun

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

30 installs/wk local only
C
CSV Import Rehearsal
by mcpscores

Simulate a CSV import against a supplied typed column contract and return exact accepted rows, re...

1 tools answering
ChartPane
by ahmadsl

Renders interactive Chart.js charts and dashboards inline in AI conversations.

answering

Dashboardbase — questions

Answers built from our own checks of this server.

Why is there no uptime for Dashboardbase?
Dashboardbase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dashboardbase/mcp was installed 39 times last week.
How do I connect Dashboardbase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dashboardbase/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dashboardbase?
The npm package @dashboardbase/mcp was installed 39 times in the last week. Week over week that is +55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dashboardbase open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.