Drawing Guides MCP Server
Related Servers
Alternatives to Drawing Guides MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables creation, management, and export of Excalidraw drawings through natural language. Supports CRUD operations on drawings and export to SVG, PNG, and JSON formats with file-based storage.82,102 npm-
- FlicenseNot gradedqualityCmaintenanceEnables creating and refining pencil-style drawings as layered HTML Canvas snippets through natural language descriptions, using classical construction methodology.-
- FlicenseNot gradedqualityCmaintenanceGenerates hand-drawn Excalidraw diagrams from natural language prompts or structured descriptions, with tools for creating, listing, and opening diagrams directly in the browser.-
- FlicenseNot gradedqualityCmaintenanceEnables users to search, retrieve, and browse tutorials from Runoob (菜鸟教程), including listing categories and hot tutorials.-
- AlicenseAqualityCmaintenanceEnables MCP clients to list, select, create, summarize, and edit ExcaliDash (Excalidraw) drawings through the Drawing Agent API, supporting both stdio and Streamable HTTP transport.78 npmMIT
- 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.81-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: get_guide retrieves specific content, list_categories enumerates categories, and search finds tutorials. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern (get_guide, list_categories, search), with no deviations in style or convention. This predictability enhances usability and clarity.
With only 3 tools, the set feels thin for a drawing guides server, potentially lacking operations like creating or updating guides. While the tools cover basic retrieval and listing, the scope seems limited compared to typical domain coverage needs.
The tool surface is severely incomplete for a drawing guides domain, as it only supports read-only operations (get, list, search) with no ability to create, update, or delete guides. This will likely cause agent failures when full lifecycle management is required.