al1y/mcp-excalidraw
If you are the rightful owner of mcp-excalidraw and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Excalidraw MCP server facilitates the creation of Excalidraw diagrams through various hosts, providing a live web app preview.
The Excalidraw Model Context Protocol (MCP) server is designed to streamline the process of creating and managing Excalidraw diagrams. By integrating with hosts like Claude Desktop and Cursor, the server allows users to generate diagrams with real-time previews in a web app environment. This setup is particularly beneficial for collaborative projects where visual representation is key. The server is built using Node.js, ensuring a robust and scalable solution for diagram creation. Users can easily configure the server to work with their preferred host, making it a versatile tool for developers and designers alike. The server's architecture supports seamless integration, allowing for efficient diagram management and sharing across different platforms.
Features
- Real-time web app preview for Excalidraw diagrams.
- Integration with hosts like Claude Desktop and Cursor.
- Built with Node.js for scalability and performance.
- Easy configuration for various host environments.
- Supports collaborative diagram creation and management.
Usages
usage with Claude Desktop
{ "mcpServers": { "excalidraw": { "command": "node", "args": [ "<repo_root>\\build\\index.js" ] } } }
usage with Cursor
{ "mcpServers": { "excalidraw": { "command": "node", "args": [ "<repo_root>\\build\\index.js" ] } } }