mcpserver.lol
registry/canvs
Connection check verified live · 26h ago

canvs

AI-powered diagrams, mind maps, flowcharts on a free unlimited collaborative whiteboard

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

6 tools

Read from the running server on 26h ago.

add_elements room_idelements*
Creates elements on a canvas. Creates a new canvas if room_id is omitted, or adds to the existing canvas if room_id is provided. Use cases: wireframes, UI mockups, freeform illustr…
add_elements_from_mermaid configmermaid*room_idtimeout
Creates diagram elements from a Mermaid definition. Creates a new canvas if room_id is omitted, or adds to the existing canvas if room_id is provided. Preferred over add_elements f…
delete_elements can modify data ids*room_id*
Delete elements from a canvas. Requires room_id from a previous Canvs tool result. Pass ids array of element IDs to delete.
get_guide read-only
Returns guidance on diagram-creation workflow and tool selection: how to choose between Mermaid and manual element creation, and the recommended iteration workflow. Consult before…
query_elements read-only typefilterroom_id*
Query elements on a canvas. Requires room_id from a previous Canvs tool result. Returns elements matching optional filters. Use this before update_elements when making small edits…
update_elements can modify data room_id*elements*
Update elements on a canvas. Requires room_id from a previous Canvs tool result. Pass elements array with id and fields to update. IMPORTANT: in each update object ONLY `id` is req…