excalidraw-mcp
by lesleslie
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Canvas server host | localhost |
| PORT | No | Canvas server port | 3031 |
| DEBUG | No | Enable debug logging | false |
| CANVAS_AUTO_START | No | Auto-start canvas server with MCP server | true |
| SYNC_RETRY_JITTER | No | Enable/disable jitter for retry delays | true |
| ENABLE_CANVAS_SYNC | No | Enable/disable canvas synchronization | true |
| EXPRESS_SERVER_URL | No | Canvas server URL for MCP sync | http://localhost:3031 |
| SYNC_RETRY_ATTEMPTS | No | Number of retry attempts for failed operations | 3 |
| SYNC_RETRY_DELAY_SECONDS | No | Base delay between retry attempts (seconds) | 1.0 |
| SYNC_RETRY_EXPONENTIAL_BASE | No | Exponential base for backoff calculation | 2.0 |
| SYNC_RETRY_MAX_DELAY_SECONDS | No | Maximum delay between retry attempts (seconds) | 30.0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/lesleslie/excalidraw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server