mcpbeat Sign in

Excalidraw MCP Server

local only

Excalidraw MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from npm. Last commit 29 Nov 2025.

Model Context Protocol server for Excalidraw diagrams.

Installs per day peak 44 · avg 18 · +110% w/w
a month agotoday
141
Installs / week
npm · @cmd8/excalidraw-mcp
5
Stars
1 open issues
29 Nov 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Excalidraw MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add excalidraw-mcp -- npx -y @cmd8/excalidraw-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "excalidraw-mcp": {
      "args": [
        "-y",
        "@cmd8/excalidraw-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.excalidraw-mcp]
command = "npx"
args = ["-y", "@cmd8/excalidraw-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "excalidraw-mcp": {
      "args": [
        "-y",
        "@cmd8/excalidraw-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "excalidraw-mcp": {
      "args": [
        "-y",
        "@cmd8/excalidraw-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Excalidraw MCP

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Mongodb MCP Server
by mongodb-js

MongoDB Model Context Protocol Server

82 973 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
Zendesk
by mindstone

Zendesk MCP server for Model Context Protocol hosts

72 installs/wk local only
Fiori MCP Server
by sap

SAP Fiori - Model Context Protocol (MCP) server

76 843 installs/wk local only
Exogram Authority Runtime
by richard-ewing

Model Context Protocol server for the Exogram Authority Runtime.

130 installs/wk local only

Excalidraw MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Excalidraw MCP?
Excalidraw MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cmd8/excalidraw-mcp was installed 141 times last week.
How do I connect Excalidraw MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cmd8/excalidraw-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Excalidraw MCP?
The npm package @cmd8/excalidraw-mcp was installed 141 times in the last week. Week over week that is +110%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Excalidraw MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.