MCP Directory
Back

mcp_excalidraw

by yctimlin · JavaScript · ★ 2,103

MCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

Install

npx -y github:yctimlin/mcp_excalidraw

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-excalidraw": {
      "command": "npx",
      "args": [
        "-y",
        "github:yctimlin/mcp_excalidraw"
      ]
    }
  }
}

From the README

[](https://github.com/yctimlin/mcp_excalidraw/actions/workflows/ci.yml) [](https://github.com/yctimlin/mcp_excalidraw/actions/workflows/docker.yml) [](https://www.npmjs.com/package/mcp-excalidraw-server) [](LICENSE) Run a live Excalidraw canvas and control it from AI agents. This repo provides: - **MCP Server**: Connect via Model Context Protocol (Claude Desktop, Cursor, Codex CLI, etc.) - **Agent Skill**: Portable skill for Claude Code, Codex CLI, and other skill-enabled agents Keywords: Excalidraw agent skill, Excalidraw MCP server, AI diagramming, Claude Code skill, Codex CLI skill, Clau…
Read full README on GitHub →

Related other servers