Skip to main content
Glama

Excalidraw MCP Server

package.json1.26 kB
{ "name": "excalidraw-mcp", "version": "1.0.0", "description": "MCP server for Excalidraw", "main": "src/index.js", "type": "module", "bin": { "excalidraw-mcp": "./src/cli.js" }, "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "jest", "lint": "eslint src/**/*.js", "build": "tsc", "docker:build": "docker build -t mcp/excalidraw .", "docker:run": "docker run -p 3000:3000 mcp/excalidraw" }, "dependencies": { "@excalidraw/excalidraw": "^0.17.6", "@modelcontextprotocol/sdk": "latest", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^5.1.0", "http": "^0.0.1-security", "react": "^18.3.1", "react-dom": "^18.3.1", "supergateway": "^2.7.0", "winston": "^3.11.0", "ws": "^8.18.1", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/node": "^22.14.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "esbuild": "^0.25.2", "eslint": "^8.56.0", "jest": "^29.7.0", "nodemon": "^3.0.2", "obsidian": "^1.8.7" }, "keywords": [ "mcp", "excalidraw", "model-context-protocol", "ai", "drawing" ], "author": "", "license": "MIT" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abdullah007bajwa/mcp_excalidraw'

If you have feedback or need assistance with the MCP directory API, please join our Discord server