Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Excalidraw MCP Server
by
i-tozer
Verified
GitHub
Image & Video Processing
Developer Tools
JavaScript
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
excalidraw-mcp
src
docker-compose.yml
Dockerfile
.gitignore
index.ts
package.json
package-lock.json
README.md
smithery.yaml
test.js
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "sourceMap": true, "declaration": true, "skipLibCheck": true }, "include": ["src/**/*", "index.ts"], "exclude": ["node_modules", "dist"] }