graphviz-mcp.md

Graphviz MCP

UI App
from"graphviz"
580

Graph visualization software for structural information with DOT language

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