MCP Server
MCP
Excaliwow
Create, read, render, organize, and safely edit persistent Excalidraw diagrams with AI agents.
Install
npx -y @excaliwow/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@excaliwow/mcp",
"version": "0.14.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Excaliwow Personal Access Token with read and write capabilities. Add delete only for trash and restore tools.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EXCALIWOW_TOKEN"
},
{
"description": "Optional Excaliwow API origin. Leave unset to use https://excaliwow.com.",
"format": "string",
"name": "EXCALIWOW_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment