excalimate
by excalimate·★ 19·综合分 43
MCP 服务器,可将手绘 Excalidraw 图表转换为动画视频,支持 AI 驱动的创作工具。
概述
Excalimate 是一个全面的动画工具,通过关键帧动画功能扩展了 Excalidraw。它提供完整的编辑器用于创建图表和动画,并配备 MCP 服务器,提供 23 个 AI 驱动的场景创建和动画工具。该平台支持多种导出格式,包括 MP4、WebM、GIF 和动画 SVG。其独特优势在于实时预览模式,允许 AI 代理创建和修改图表并获得即时视觉反馈。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要借助AI创建动画图表,特别是如果你已经熟悉Excalidraw并希望将静态绘图转换为引人入胜的动画时,选择Excalimate。
什么时候不要选它
如果你需要高度稳定、具有长期支持的生产级工具,应避免使用,因为README提到代码是由AI构建的,清理工作仍在进行中。
此 server 暴露的工具
从 README 抽取出 12 个工具create_sceneCreate a new Excalidraw scene with specified elements
add_elementAdd an element to the current scene
set_element_propertyModify properties of an existing element
create_animationCreate an animation for specified elements
set_keyframeAdd a keyframe to an element's animation timeline
export_animationExport the current animation in specified format
share_projectShare the current project with encrypted link
load_templateLoad a predefined template or skill
save_checkpointSave a checkpoint of the current scene state
group_elementsGroup multiple elements together
apply_skillApply an AI skill to enhance the scene
set_camera_animationCreate camera movement animations
可对比工具
安装
安装
**快速开始:**
npx @excalimate/mcp-server**适用于 Claude Desktop:** 添加到 claude_desktop_config.json:
{
"mcpServers": {
"excalimate": {
"command": "npx",
"args": ["@excalimate/mcp-server", "--stdio"]
}
}
}**适用于 VS Code (GitHub Copilot):** 添加到 .vscode/mcp.json:
{
"servers": {
"excalimate": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}FAQ
- 支持哪些导出格式?
- Excalimate 支持将动画导出为 MP4 (H.264)、WebM (VP9)、GIF 和动画 SVG 格式。
- 实时预览模式如何工作?
- 实时预览模式使用服务器发送事件 (SSE) 通过 HTTP 传输与 MCP 服务器配合,在网页编辑器中实时显示 AI 的更改。
excalimate 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。