Excaliwow for Zed
io.github.excaliwow/mcp
Create, read, render, organize, and safely edit persistent Excalidraw diagrams with AI agents.
client:Zed
transport:stdio
runtime:npm
Install Excaliwow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@excaliwow/mcp"
],
"env": {
"EXCALIWOW_TOKEN": "<EXCALIWOW_TOKEN>",
"EXCALIWOW_API_URL": "<EXCALIWOW_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs