Skip to content

Graph Ux

Free

by MCP Community

Visual interface for mcpGraph - visualize and test MCP tool execution graphs

v0.1.4Added Apr 12, 2026
mcpmodel-context-protocolgraphworkflowvisualization
Works with:ClaudeGPTGeminiCopilot

Graph Ux MCP Server

Visual interface for mcpGraph - visualize and test MCP tool execution graphs

Installation

npx -y mcpgraph-ux

Reviews

Leave a Review

Installation

Quick install
npx -y mcpgraph-ux
Add to claude_desktop_config.json
{
  "mcpServers": {
    "graph-ux": {
      "command": "npx",
      "args": ["-y", "mcpgraph-ux"]
    }
  }
}