MCP Catalogs
首页excalimate screenshot

excalimate

by excalimate·19·综合分 43

MCP 服务器,可将手绘 Excalidraw 图表转换为动画视频,支持 AI 驱动的创作工具。

ai-llmdeveloper-toolsproductivity
4
Forks
27
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Excalimate 是一个全面的动画工具,通过关键帧动画功能扩展了 Excalidraw。它提供完整的编辑器用于创建图表和动画,并配备 MCP 服务器,提供 23 个 AI 驱动的场景创建和动画工具。该平台支持多种导出格式,包括 MP4、WebM、GIF 和动画 SVG。其独特优势在于实时预览模式,允许 AI 代理创建和修改图表并获得即时视觉反馈。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 辅助创建动画演示和解释性内容
:自动生成带动画序列的架构图
:AI 工具与视觉设计之间的实时协作
:支持哪些导出格式?
:实时预览模式如何工作?

什么时候选它

当你需要借助AI创建动画图表,特别是如果你已经熟悉Excalidraw并希望将静态绘图转换为引人入胜的动画时,选择Excalimate。

什么时候不要选它

如果你需要高度稳定、具有长期支持的生产级工具,应避免使用,因为README提到代码是由AI构建的,清理工作仍在进行中。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create_scene

    Create a new Excalidraw scene with specified elements

  • add_element

    Add an element to the current scene

  • set_element_property

    Modify properties of an existing element

  • create_animation

    Create an animation for specified elements

  • set_keyframe

    Add a keyframe to an element's animation timeline

  • export_animation

    Export the current animation in specified format

  • share_project

    Share the current project with encrypted link

  • load_template

    Load a predefined template or skill

  • save_checkpoint

    Save a checkpoint of the current scene state

  • group_elements

    Group multiple elements together

  • apply_skill

    Apply an AI skill to enhance the scene

  • set_camera_animation

    Create camera movement animations

可对比工具

excalidrawdiagrams.netfigma

安装

安装

**快速开始:**

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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。