Skip to main content
Glama

Excalidraw MCP Server

list_drawings

Retrieve and browse all available Excalidraw drawings with pagination support to organize and access your diagram collection efficiently.

Instructions

List all Excalidraw drawings

Input Schema

NameRequiredDescriptionDefault
pageNo
perPageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "minimum": 1, "type": "integer" }, "perPage": { "default": 10, "maximum": 100, "minimum": 1, "type": "integer" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andreswebs-public-images/excalidraw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server