Skip to main content
Glama
johnymontana

excalidraw-export-mcp

by johnymontana

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
export_excalidrawA

Export an Excalidraw diagram to PNG or SVG format. Uses a headless browser for pixel-perfect rendering identical to excalidraw.com.

export_excalidraw_batchB

Export multiple Excalidraw diagrams to PNG or SVG format in batch.

get_excalidraw_infoA

Get metadata about an Excalidraw diagram (element count, types, dimensions, etc.)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: single export, batch export, and metadata retrieval. There is no overlap or ambiguity.

Naming Consistency4/5

Two tools use the 'export_excalidraw' prefix consistently, but 'get_excalidraw_info' deviates by using 'get_' instead of 'export_'. Minor inconsistency.

Tool Count4/5

Three tools is a reasonable, focused set for the server's purpose of exporting and inspecting Excalidraw diagrams. Not overly thin.

Completeness4/5

The tool surface covers the core functionality (single/batch export and metadata). Missing features like format conversion or diagram editing are outside the stated scope.

Maintenance

ActivityInactive
ResponsivenessNo issues