draw-it-mcp
Version:
🎨 A beautiful drawing app with Cursor & Claude Code MCP integration. Draw, save, and let AI analyze your artwork!
80 lines (79 loc) • 1.94 kB
JSON
{
"name": "draw-it-mcp",
"version": "1.1.3",
"description": "🎨 A beautiful drawing app with Cursor & Claude Code MCP integration. Draw, save, and let AI analyze your artwork!",
"main": "bin/draw-it-mcp.js",
"type": "module",
"bin": {
"draw-it-mcp": "bin/draw-it-mcp.js"
},
"files": [
"bin/",
"src/",
"next.config.js",
"tailwind.config.js",
"postcss.config.js",
"tsconfig.json",
"next-env.d.ts"
],
"keywords": [
"drawing",
"canvas",
"mcp",
"claude",
"ai",
"artwork",
"creative",
"digital-art",
"web-app",
"nextjs"
],
"author": {
"name": "Draw-it-MCP",
"email": "hello@draw-it-mcp.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/draw-it-mcp/draw-it-mcp.git"
},
"bugs": {
"url": "https://github.com/draw-it-mcp/draw-it-mcp/issues"
},
"homepage": "https://github.com/draw-it-mcp/draw-it-mcp#readme",
"scripts": {
"start": "node bin/draw-it-mcp.js",
"dev": "next dev -H 0.0.0.0 -p 3001",
"build": "next build",
"mcp:server": "node src/mcp/drawing-mcp-server.js",
"postinstall": "echo '🎨 Draw-it-MCP installed! Run: npx draw-it-mcp'"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.0",
"nanoid": "^5.0.0",
"next": "^14.0.0",
"open": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.34.2",
"tailwindcss": "^3.3.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"typescript": "^5.3.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"eslint": "^8.50.0",
"eslint-config-next": "^14.0.0",
"prettier": "^3.0.0",
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=18.0.0"
}
}