ascii2svg
Related Servers
Alternatives to ascii2svg
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables creating and iterating on animated SVG diagrams from text input, photos of sketches, and YAML specifications, with support for shapes, connections, SMIL animations, and file output.1MIT
- AlicenseAqualityCmaintenanceRenders diagram-as-code to PNG files on your disk, and also provides text-art previews and syntax validation, all locally without a browser or network.49 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI to create ASCII and SVG art through a character canvas, with tools for drawing, previewing, and exporting to multiple formats, as well as composing stop-motion animations with optional voice-over.MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to create, animate, and export ASCII art using natural language, with live browser sync.9621 npm9MIT
- FlicenseAqualityCmaintenanceExposes ASCIIFlow drawing primitives as tools to enable AI assistants to generate ASCII wireframes and diagrams from natural language descriptions. It provides commands for creating canvases and drawing boxes, lines, arrows, and text using a character-grid coordinate system.82-
- AlicenseNot gradedqualityBmaintenanceTurns raw diagram source text into an interactive SVG rendered directly inline in Claude Desktop conversations, with pan, zoom, fit-to-width, copy-source and fullscreen controls instead of a static code block. It runs as a standalone local stdio server available to every conversation, so any diagram definition can be viewed and explored without leaving the chat.49 npmMIT
TDQS
Scored across 2 tools
Each tool has a distinct role: one validates the diagram structure and meaning, the other renders it to SVG. The descriptions are explicit about when to use each, and render_diagram even instructs running check_diagram first, eliminating ambiguity.
Both tool names follow a consistent verb_noun pattern: check_diagram and render_diagram. The verb clearly conveys the action while the shared noun signals the common domain.
With only two tools, the server feels minimal, but for a focused ascii-to-svg conversion task the validate-then-render workflow is reasonable. It is borderline thin rather than excessively small.
The tool set covers the full intended workflow: optionally validate a diagram, then render it to SVG or a web page. It provides feedback and hints for fixing issues, so there are no obvious dead ends for the stated purpose.