ax-chartjs-mcp.md

AX Chart.js MCP

UI App
from"ax-crew"
560

Complete Chart.js MCP server with 8 chart types and dual output formats (PNG/HTML)

Visualization
Chart.jsPNGHTMLinteractive
install.sh
# Clone the repository
$git clone https://github.com/ax-crew/chartjs-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve