Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The dvt Claude Code plugin β a thin client for dvt (data viz tool).
dvt is an AI-native approach to data visualization: data teams design, generate, and deploy dashboards through a spec-driven workflow, where a dashboard is a versioned JSON spec that humans and agents author the same way. This plugin brings that workflow into Claude Code. It is a thin client β it carries no data and no compute. It bundles two things:
The plugin is open and ungated. It contains no secret and no entitlement logic β your access is governed entirely by the dvt endpoint and the key you connect with.
In any Claude Code session:
Then restart Claude Code (plugins don't hot-load).
After installing, run /dvt:connect and follow the prompts. The plugin talks to a dvt endpoint
over MCP; point it at one of two targets:
https://mcp.dvt.dev/mcp with a Gallery API key. Mint a key
in your dvt workspace at https://app.dvt.dev/app/api-keys, then paste the dvt_live_β¦ value when
/dvt:connect prompts for it. The key is stored by Claude Code at user scope, never committed here.http://localhost:8001/mcp)./dvt:connect registers a user-scoped dvt MCP server with your endpoint and (for Gallery) your
key, then verifies the connection by listing your dashboards. Once connected, just ask the agent to
build a dashboard.
The plugin bundles the authoring skill so it works offline, but a connected engine also serves its
own copy β matched to the spec version that engine speaks β at the MCP Resource
dvt://skill/spec-authoring. When that revision is at least as new as the bundled one, /dvt:connect
prefers it for the session (and tells you), so authoring stays correct as the schema evolves without a
re-install. If the engine doesn't serve it, the bundled copy is always a valid fallback (ADR-0047).
The plugin never embeds a key or any entitlement check. What you can do is decided by your dvt endpoint and the scopes on the key you provide.
This repo is publish-only β do not send pull requests here. Every file above is rendered from
plugins/**in the privategetdvt/dvtrepo and pushed by thedvt-publisherGitHub App, so a commit made directly to this repo is overwritten by the next publish. Issues and discussions are closed for the same reason. To propose a change, talk to us at dvt.dev. Security reports go tosecurity@dvt.dev(alsodvt.dev/.well-known/security.txt), or via GitHub private vulnerability reporting on this repo.
The bundled spec-authoring skill has a single canonical source in getdvt/dvt
(web/public/dvt-spec-authoring-skill.md) and is generated into the tree at publish time, so the
published copy cannot drift from it.
Maintainers: see RELEASING.md for the version + tag flow.
Apache-2.0. dvt is an open funnel artifact β this plugin matches the spec and SDK licensing.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dvt)<a href="https://allmcps.com/mcp/dvt"><img src="https://allmcps.com/api/badge/dvt?style=directory" alt="Dvt on AllMCPs" /></a>