Description

An AI-powered diagram and prototype generator MCP server built by SimonUTD that integrates with multiple AI providers (ZhipuAI, OpenAI, Gemini) to automatically generate architecture diagrams, flowcharts, and mobile app prototypes. Features specialized prompt templates for different diagram types including system architecture, Apple mobile prototypes, WeChat mini-apps, and common UI prototypes, with configurable AI model selection and token limits. Designed for developers, architects, and designers who need rapid visual prototyping and diagram generation capabilities integrated into their workflow.

Installation

git clone https://github.com/simonutd/ai-diagram-prototype-generator-mcp-server-

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ai-diagram-prototype-generator": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}