Wiretext
ASCII wireframe tool with MCP server integration for Claude Code. Generate and edit wireframes directly from the terminal, then fine-tune in the browser.
MCP Setup (Claude Code)
claude mcp add wiretext -- npx -y @wiretext/mcp
MCP Tools
- create_wireframe — generate an editable wiretext URL from wire objects
- render_wireframe — render wire objects as ASCII art inline
Primitives
box, text, line, arrow
Components
button, input, select, checkbox, radio, toggle, table, modal, browser, card, navbar, tabs, progress, icon, image, alert, avatar, divider, breadcrumb, list, stepper, rating, skeleton
Workflow
- Tell Claude Code to wireframe a section/page using wiretext MCP
- CC generates wire objects and returns editable wiretext URL
- Open URL in browser, fine-tune layout and components
- Use wireframe as reference to build in code
Notes
- Use for rapid wireframing before building in code or Figma
- Focus on content hierarchy and structure, not pixel precision
- Pairs well with section-by-section page builds
1---2name: wiretext3description: ASCII wireframe tool with an MCP server for Claude Code. Generate and edit wireframes from the terminal using primitives (box, text, line, arrow) and components (button, input, select, table, modal, navbar, tabs, card, etc.), then fine-tune in the browser via an editable URL. Use when the user wants to wireframe a page or section before building, sketch out layout structure, plan content hierarchy, or rapidly iterate on a layout without committing to code or Figma. Triggers: wireframe, wiretext, sketch layout, ascii wireframe, plan a page, mock up, low fidelity, layout sketch.4---56# Wiretext78ASCII wireframe tool with MCP server integration for Claude Code. Generate and edit wireframes directly from the terminal, then fine-tune in the browser.910## MCP Setup (Claude Code)11```bash12claude mcp add wiretext -- npx -y @wiretext/mcp13```1415## MCP Tools1617- create_wireframe — generate an editable wiretext URL from wire objects18- render_wireframe — render wire objects as ASCII art inline1920## Primitives2122box, text, line, arrow2324## Components2526button, input, select, checkbox, radio, toggle, table, modal, browser, card, navbar, tabs, progress, icon, image, alert, avatar, divider, breadcrumb, list, stepper, rating, skeleton2728## Workflow29301. Tell Claude Code to wireframe a section/page using wiretext MCP312. CC generates wire objects and returns editable wiretext URL323. Open URL in browser, fine-tune layout and components334. Use wireframe as reference to build in code3435## Notes3637- Use for rapid wireframing before building in code or Figma38- Focus on content hierarchy and structure, not pixel precision39- Pairs well with section-by-section page builds