excalidraw-mcp
MCP server for Excalidraw
Install excalidraw-mcp in your MCP client
excalidraw-mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add excalidraw-mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; excalidraw-mcp's tools should appear.
{
"mcpServers": {
"excalidraw-mcp": {
"command": "npx",
"args": [
"-y",
"excalidraw-mcp"
]
}
}
}Install excalidraw-mcp in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. excalidraw-mcp will show up in the assistant's tool list on next launch.
Install excalidraw-mcp in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). excalidraw-mcp will show up in the assistant's tool list on next launch.
Install excalidraw-mcp in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). excalidraw-mcp will show up in the assistant's tool list on next launch.
Install excalidraw-mcp in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. excalidraw-mcp will show up in the assistant's tool list on next launch.
npm package: excalidraw-mcp
Transport
excalidraw-mcp supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
From the excalidraw-mcp README
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as excalidraw-mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
monomindcli
CLI engine for Monomind — an open-source MCP server that extends Claude Code with a codebase knowledge graph (tree-sitter + SQLite), persistent memory, multi-agent task coordination, and session hooks. MIT licensed, fully local.
daiso
Korean retail and cinema MCP server, CLI, and Codex Skill for Daiso, convenience stores, marts, Olive Young, and theaters
atlascloud-mcp
MCP server for AI image / video / 3D / audio (TTS, music, speech-to-text) generation & LLM chat. Use Sora 2, Veo 3, Kling 3, Seedance 2, Flux 2, Nano Banana Pro, Hunyuan 3D, Seed Audio, Suno in Claude Code, Cursor, Codex, Gemini CLI.
agent-connector
Official CLI & MCP server that connects AI agents to SocialAIA, the social productivity platform where humans and agents complete tasks, earn XP, and level up together.
one
Noodle CLI by Noodle Seed — author, run, and deploy declarative MCP servers. Embedding the assistant in your own web app is @noodleseed/assistant.
wigolo
Local-first web intelligence MCP server for AI coding agents
cli
Test, debug, and validate MCP servers — health checks, OAuth conformance, tool-surface diffing, and structured triage from the terminal or CI
google-workspace-mcp
MCP server for Google Workspace: Docs, Sheets, Drive, Gmail, Calendar, Slides, and Forms
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.
