MCP Server
MCP
io.github.cmd8/excalidraw-mcp
Model Context Protocol server for Excalidraw diagrams.
Install
npx -y @cmd8/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cmd8/excalidraw-mcp",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Path to the Excalidraw diagram file",
"isRequired": true,
"type": "",
"name": "diagram",
"valueHint": "/path/to/diagram.excalidraw"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment