wireframepro-mcp

mockflow/wireframepro-mcp
★ 0 stars JavaScript AI/LLM Updated today
Local MCP server for MockFlow WireframePro. Convert HTML to editable wireframes, create flowcharts and cloud architecture diagrams from Claude Code, Cursor, VS Code Copilot, and other AI clients
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wireframepro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mockflow/wireframepro-mcp"
      ]
    }
  }
}