[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74796":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},74796,"excalidraw-mcp","excalidraw\u002Fexcalidraw-mcp","excalidraw","Fast and streamable Excalidraw MCP App","https:\u002F\u002Fmcp.excalidraw.com",null,"TypeScript",4699,415,14,27,0,32,93,310,96,29.86,false,"main",[],"2026-06-12 02:03:28","# Excalidraw MCP App Server\n\nMCP server that streams hand-drawn Excalidraw diagrams with smooth viewport camera control and interactive fullscreen editing.\n\n![Demo](docs\u002Fdemo.gif)\n\n## Install\n\nWorks with any client that supports [MCP Apps](https:\u002F\u002Fmodelcontextprotocol.io\u002Fdocs\u002Fextensions\u002Fapps) — Claude, ChatGPT, VS Code, Goose, and others. If something doesn't work, please [open an issue](https:\u002F\u002Fgithub.com\u002Fantonpk1\u002Fexcalidraw-mcp-app\u002Fissues).\n\n### Remote (recommended)\n\n### `https:\u002F\u002Fmcp.excalidraw.com`\n\nFor apps that don't yet have an official integration, you can add a custom MCP \u002F connector (naming can vary between apps).\n\n### Local\n\n**Option A: Download Extension**\n\n1. Download `excalidraw-mcp-app.mcpb` from [Releases](https:\u002F\u002Fgithub.com\u002Fantonpk1\u002Fexcalidraw-mcp-app\u002Freleases)\n2. Double-click to install in Claude Desktop\n\n**Option B: Build from Source**\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fexcalidraw\u002Fexcalidraw-mcp.git\ncd excalidraw-mcp-app\npnpm install && pnpm run build\n```\n\nAdd to `~\u002FLibrary\u002FApplication Support\u002FClaude\u002Fclaude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"excalidraw\": {\n      \"command\": \"node\",\n      \"args\": [\"\u002Fpath\u002Fto\u002Fexcalidraw-mcp-app\u002Fdist\u002Findex.js\", \"--stdio\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop.\n\n## Usage\n\nExample prompts:\n- \"Draw a cute cat using excalidraw\"\n- \"Draw an architecture diagram showing a user connecting to an API server which talks to a database\"\n\n## What are MCP Apps and how can I build one?\n\nText responses can only go so far. Sometimes users need to interact with data, not just read about it. [MCP Apps](https:\u002F\u002Fgithub.com\u002Fmodelcontextprotocol\u002Fext-apps\u002F) is an official Model Context Protocol extension that lets servers return interactive HTML interfaces (data visualizations, forms, dashboards) that render directly in the chat.\n\n- **Getting started for humans**: [documentation](https:\u002F\u002Fmodelcontextprotocol.io\u002Fdocs\u002Fextensions\u002Fapps)\n- **Getting started for AIs**: [skill](https:\u002F\u002Fgithub.com\u002Fmodelcontextprotocol\u002Fext-apps\u002Fblob\u002Fmain\u002Fplugins\u002Fmcp-apps\u002Fskills\u002Fcreate-mcp-app\u002FSKILL.md)\n\n## Contributing\n\nPRs welcome! See [Local](#local) above for build instructions.\n\n### Deploy your own instance\n\nYou can deploy your own copy to Vercel in a few clicks:\n\n1. Fork this repo\n2. Go to [vercel.com\u002Fnew](https:\u002F\u002Fvercel.com\u002Fnew) and import your fork\n3. No environment variables needed — just deploy\n4. Your server will be at `https:\u002F\u002Fyour-project.vercel.app\u002Fmcp`\n\n### Release checklist\n\n\u003Cdetails>\n\u003Csummary>For maintainers\u003C\u002Fsummary>\n\n```bash\n# 1. Bump version in manifest.json and package.json\n# 2. Build and pack\npnpm run build && mcpb pack .\n\n# 3. Create GitHub release\ngh release create v0.3.0 excalidraw-mcp-app.mcpb --title \"v0.3.0\" --notes \"What changed\"\n\n# 4. Deploy to Vercel\nvercel --prod\n```\n\n\u003C\u002Fdetails>\n\n## Credits\n\nBuilt with [Excalidraw](https:\u002F\u002Fgithub.com\u002Fexcalidraw\u002Fexcalidraw) — a virtual whiteboard for sketching hand-drawn like diagrams.\n\n## License\n\nMIT\n","Excalidraw MCP App Server 是一个能够流畅传输手绘 Excalidraw 图表的应用服务器，支持视口摄像头平滑控制与全屏交互式编辑。该应用采用 TypeScript 编写，核心功能包括实时流媒体传输、无缝集成至多种客户端如 Claude、ChatGPT 和 VS Code 等，并通过 Model Context Protocol (MCP) 提供了丰富的互动体验。适用于需要在聊天环境中直接绘制或展示图表的场景，比如在线会议中的即兴构思分享、远程协作时的设计讨论等，极大地增强了沟通效率与用户体验。",2,"2026-06-11 03:50:53","high_star"]