Graph Ux
Freeby MCP Community
Visual interface for mcpGraph - visualize and test MCP tool execution graphs
v0.1.4Added Apr 12, 2026
mcpmodel-context-protocolgraphworkflowvisualization
Graph Ux MCP Server
Visual interface for mcpGraph - visualize and test MCP tool execution graphs
Installation
npx -y mcpgraph-ux
Reviews
Installation
Quick install
npx -y mcpgraph-ux
Add to claude_desktop_config.json
{
"mcpServers": {
"graph-ux": {
"command": "npx",
"args": ["-y", "mcpgraph-ux"]
}
}
}