Back to Apps

Conjure Viz MCP
Supports UIby giridharannarayanan
Renders interactive charts and diagrams (Sankey, Gantt, Heatmaps) directly within AI chat interfaces.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
Conjure Viz transforms raw data into interactive visual representations within AI chat hosts. It uses a sandboxed iframe to render complex charts using Chart.js and Mermaid, enabling LLMs to provide visual data analysis without the host needing native visualization capabilities.
Key features
- Diverse Chart Types: Supports 14 different visualizations including Trendlines, Funnels, Sankey diagrams, and Gantt charts.
- Sandboxed Rendering: All charts are self-contained in HTML/CSS/JS, requiring zero external network requests for security.
- Theme Adaptive: Visuals automatically adjust to match the host's light, dark, or high-contrast themes.
- Interactive UI: Provides professional-grade visuals like KPI cards and intensity heatmaps.
Installation
- VS Code Copilot: Add to
.vscode/mcp.json:
{
"servers": {
"conjure-viz-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "conjure-viz-mcp", "--stdio"]
}
}
}
- Claude Desktop: Add to
claude_desktop_config.jsonusing the npx command above.
Supported hosts
- VS Code Copilot
- Claude Desktop
Quick install
npx -y conjure-viz-mcp --stdioInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"conjure-viz-mcp": {"command": "npx", "args": ["-y", "conjure-viz-mcp", "--stdio"]}}}VS Code Copilot
{"servers": {"conjure-viz-mcp": {"type": "stdio", "command": "npx", "args": ["-y", "conjure-viz-mcp", "--stdio"]}}}





