general MCP Server
Fast and streamable Excalidraw MCP App
Discovered via smithery and last synced 4mo ago.
1. Install the package
npx @mcp-demos/excalidraw-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-mcp-demos-excalidraw-server": {
"command": "npx",
"args": [
"@mcp-demos/excalidraw-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)