Wireframepro
Freeby MCP Community
Local MCP server for MockFlow WireframePro - create wireframes from HTML via Claude Code, Cursor, VS Code Copilot
v1.1.6Added Apr 12, 2026
mcpclaudeclaude-codecursorcopilot
Wireframepro MCP Server
Local MCP server for MockFlow WireframePro - create wireframes from HTML via Claude Code, Cursor, VS Code Copilot
Installation
Reviews
Installation
Quick install
npx -y @mockflow/wireframepro-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"wireframepro": {
"command": "npx",
"args": ["-y", "@mockflow/wireframepro-mcp"]
}
}
}