
Waynesutton Convex Mcp Visual
- 20 repo stars
- Updated February 21, 2026
- waynesutton/convex-mcp-visual
waynesutton-convex-mcp-visual is a Claude Code plugin that visualizes Convex schemas and opens interactive dashboard UIs via MCP alongside terminal output.
About
waynesutton-convex-mcp-visual is a Claude Code plugin that adds MCP tools for visualizing and exploring Convex database schemas. developers shipping Convex-backed SaaS or agent products can open interactive browser experiences alongside CLI output, which makes it easier to reason about collections, indexes, and relationships before changing queries or auth rules. Compared with reading schema.ts line by line, the plugin emphasizes visual dashboards and diagram exports so documentation and implementation stay aligned. You still need a real Convex project and MCP wiring; this is an exploration and documentation accelerator, not a replacement for Convex migrations or production monitoring.
- Interactive schema visualizer with terminal plus browser UI output
- Dashboard-style views for exploring Convex databases
- Mermaid-friendly diagram workflow for documenting tables and relations
- MCP tools aimed at Convex (not a generic SQL explorer)
- Single-plugin bundle focused on visualization and exploration
Waynesutton Convex Mcp Visual by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install waynesutton-convex-mcp-visual@waynesutton/convex-mcp-visualAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 20 |
|---|---|
| Last updated | February 21, 2026 |
| Repository | waynesutton/convex-mcp-visual ↗ |
What it does
Install when you use Convex and want MCP-driven schema diagrams, dashboards, and browser UIs instead of guessing table relationships from code alone.
Who is it for?
Best when you're already on Convex and want faster schema comprehension, shareable diagrams, and MCP-assisted database exploration during backend work.
Skip if: Skip if you're on Postgres/MySQL-only stacks, or anyone and only needs production error monitoring rather than dev-time schema visualization.
What you get
After you register the plugin, Claude can drive schema visualization and browser dashboards so your Convex data model is inspectable before you change backend logic.
- Interactive schema views of your Convex database
- Terminal plus browser exploration sessions driven from the agent
- Diagram-ready schema documentation (including Mermaid-oriented workflows)
Recommended Plugins
How it compares
Convex-focused MCP visualization tooling, not a general-purpose agent skill or hosted database console.
FAQ
Who is Waynesutton Convex Mcp Visual for?
It is for and small-team developers using Convex who want Claude Code to open schema visualizers and dashboards while they design or refactor backend data models.
When should I use Waynesutton Convex Mcp Visual?
Use it during Build when you are mapping Convex tables, validating relationships, or producing diagrams before implementing queries, auth, or new features.
How do I add Waynesutton Convex Mcp Visual to my agent?
Install the plugin from the waynesutton/convex-mcp-visual repository into Claude Code, connect the Convex MCP server per the repo instructions, and invoke it from a project that already has a Convex deployment or dev setup.