flowchart-mcp-server

eshitakundu/flowchart-mcp-server
★ 1 stars Python 📁 File System Updated 2d ago
MCP server that lets Claude generate academic-quality flowcharts from natural language or code
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flowchart-mcp-server": {
      "command": "uvx",
      "args": [
        "flowchart-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install flowchart-mcp-server

README Excerpt

A local MCP server that lets Claude generate academic-quality flowcharts from natural language or code. You describe what you want — or connect a codebase via the filesystem connector — and Claude constructs the full graph. The server renders it into a clean SVG using Graphviz. - [Python 3.12+](https://www.python.org/downloads/)

Tools (10)

academicannotationcolorfulconnectordecisionendmcpServersminimalprocesssubprocess

Topics

aiautomationclaudeclaude-codeflowchartgraphvizlocal-mcp-servermcpmcp-servermodel-context-protocolpythonsvg