Excalidraw MCP App Server
Rank #1,411glama/excalidraw/excalidraw-mcp
Enables AI assistants to generate interactive Excalidraw diagrams with viewport camera control and fullscreen editing directly in the chat.
Excalidraw MCP App Server is a Model Context Protocol (MCP) server published by excalidraw. It ranks #1,411 of 132,046 servers tracked on MCP Toplist, and its repository has 5,348 GitHub stars. Excalidraw MCP App Server is listed across 2 registries — PulseMCP and Glama, with 5 release tags tracked from its GitHub repository. It was first listed on Mar 15, 2025 and most recently updated on Feb 9, 2026.
Ranks ahead of 130,635 of 132,046 servers on MCP Toplist.
Use Excalidraw MCP App Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http excalidraw-mcp https://mcp.excalidraw.com/mcpclaude mcp add --transport http excalidraw-mcp https://mcp.excalidraw.com/sse[mcp_servers.excalidraw-mcp]
url = "https://mcp.excalidraw.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.excalidraw-mcp]
url = "https://mcp.excalidraw.com/sse"Add to ~/.codex/config.toml.
https://mcp.excalidraw.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.excalidraw.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"excalidraw-mcp": {
"url": "https://mcp.excalidraw.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"excalidraw-mcp": {
"url": "https://mcp.excalidraw.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"excalidraw-mcp": {
"type": "http",
"url": "https://mcp.excalidraw.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"excalidraw-mcp": {
"type": "http",
"url": "https://mcp.excalidraw.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"excalidraw-mcp": {
"serverUrl": "https://mcp.excalidraw.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"excalidraw-mcp": {
"serverUrl": "https://mcp.excalidraw.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"excalidraw-mcp": {
"url": "https://mcp.excalidraw.com/mcp"
}
}
}{
"mcpServers": {
"excalidraw-mcp": {
"url": "https://mcp.excalidraw.com/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fexcalidraw%2Fexcalidraw-mcp)<a href="https://mcptoplist.com/server/glama%2Fexcalidraw%2Fexcalidraw-mcp"><img src="https://mcptoplist.com/badge/glama%2Fexcalidraw%2Fexcalidraw-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
excalidraw
GitHub releases (5)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.3.2 | Feb 9, 2026 |
| v0.3.1 | Feb 9, 2026 |
| v0.3.0 | Feb 7, 2026 |
| v0.2.0 | Feb 6, 2026 |
| v0.1.0 | Feb 4, 2026 |
Frequently asked questions
- Who maintains Excalidraw MCP App Server?
- Excalidraw MCP App Server is maintained by excalidraw, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Excalidraw MCP App Server listed on the Official MCP Registry?
- Excalidraw MCP App Server is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does Excalidraw MCP App Server have?
- No registry surfaces explicit version metadata for Excalidraw MCP App Server; MCP Toplist tracks 5 release tags from its GitHub repository, most recently published on Feb 9, 2026.
- Where can I find the source code for Excalidraw MCP App Server?
- The source code for Excalidraw MCP App Server is hosted at github.com/excalidraw/excalidraw-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.