JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q39311F
  • License MIT

🎨 A beautiful drawing app with Claude Desktop MCP integration. Draw, save, and let AI analyze your artwork!

Package Exports

  • draw-it-mcp
  • draw-it-mcp/bin/draw-it-mcp.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (draw-it-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🎨 Draw-it-MCP

A beautiful, AI-powered drawing application that runs in your browser!

Create amazing artwork with an intuitive interface, save your drawings, and get AI-powered insights through Claude Desktop integration.

Draw-it-MCP Preview

✨ Why Draw-it-MCP?

🎨 Intuitive Drawing - Clean, responsive canvas with professional tools
💾 Smart Saving - Never lose your artwork with auto-save features
🌙 Beautiful Themes - Dark and light modes for comfortable drawing
🤖 AI Integration - Let Claude analyze and discuss your artwork
📱 Works Everywhere - Perfect on desktop, tablet, and mobile
Lightning Fast - 60 FPS smooth drawing experience

🚀 Quick Start

Just one command to start drawing:

npx draw-it-mcp

That's it! Your drawing app will open in your browser automatically.

What happens when you run it:

  1. 📦 Installs dependencies (first time only)
  2. 🏗️ Builds the application (first time only)
  3. 🚀 Starts the server on an available port
  4. 🌐 Opens your browser to the drawing app
  5. 🎨 Start creating!

🎯 Perfect For

  • Digital Artists - Sketch ideas and concepts quickly
  • Students - Take visual notes and create diagrams
  • Designers - Rapid prototyping and wireframing
  • Everyone - Fun, creative expression for all ages
  • AI Enthusiasts - Explore AI-powered art analysis

🎨 Features That Make Drawing Fun

🎪 Drawing Tools

  • 6 beautiful colors + custom color picker
  • 4 brush sizes with visual indicators
  • Brush and eraser tools
  • Unlimited undo/redo
  • One-click clear canvas

💾 Smart File Management

  • Auto-save prompts - never lose your work
  • High-quality thumbnails - see all your drawings at a glance
  • Smart save system - updates existing drawings seamlessly
  • PNG export - download your art anytime

🌟 Delightful Experience

  • Instant theme switching - dark/light modes
  • Touch support - perfect for tablets
  • Keyboard shortcuts - for power users
  • Responsive design - looks great on any screen
  • 60 FPS rendering - silky smooth drawing

🤖 AI-Powered Art Analysis (Optional)

Connect with Claude Desktop to unlock AI superpowers:

What Claude Can Do With Your Art:

  • 🔍 Analyze composition and artistic techniques
  • 🎯 Identify shapes and geometric elements
  • 💡 Suggest improvements and creative ideas
  • 📊 Provide detailed feedback on your drawings
  • 🎨 Discuss artistic concepts and inspiration

Quick Setup for Claude Desktop:

  1. Make sure Draw-it-MCP is running (using npx draw-it-mcp)

  2. Add to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:

    {
      "mcpServers": {
        "draw-it-mcp": {
          "command": "npm",
          "args": ["exec", "draw-it-mcp", "mcp:server"]
        }
      }
    }
  3. Restart Claude Desktop

  4. Try asking Claude: "Can you analyze my current drawing?"

📱 How to Use

Getting Started (30 seconds!)

  1. Run npx draw-it-mcp in your terminal
  2. Browser opens automatically to the drawing app
  3. Click a color to select it
  4. Choose your brush size
  5. Start drawing on the canvas!
  6. Click "Save" when you're happy with your art

Pro Tips 🏆

  • Ctrl+Z to undo, Ctrl+Y to redo
  • Click the theme toggle (🌙/☀️) to switch dark/light mode
  • Save early, save often - your drawings are precious!
  • Try different brush sizes for varied artistic effects
  • Use the eraser to perfect your details

🛠️ System Requirements

  • Node.js 18+ (Download from nodejs.org)
  • Modern web browser (Chrome, Firefox, Safari, Edge)
  • 2GB RAM (recommended)
  • Any operating system (Windows, macOS, Linux)

🌍 Perfect for Teams

Share the magic! Anyone can start their own drawing session:

# Team member 1
npx draw-it-mcp

# Team member 2 (different port automatically chosen)
npx draw-it-mcp

# Everyone gets their own drawing space!

🆘 Need Help?

Common Issues & Solutions

🔧 "Command not found"

  • Install Node.js from nodejs.org
  • Restart your terminal

🔧 "Port already in use"

  • Don't worry! The app automatically finds an available port
  • Check the terminal output for the correct URL

🔧 "Browser doesn't open"

  • Look for the URL in terminal (something like http://localhost:3001)
  • Copy and paste it into your browser

🔧 "Slow performance"

  • Try closing other browser tabs
  • Restart the application with npx draw-it-mcp

Still stuck?

Open an issue on GitHub - we're here to help! 🤝

🏆 What People Are Saying

"Finally, a drawing app that just works! The Claude integration is mind-blowing." - Digital Artist

"Perfect for quick sketches and wireframes. Love the clean interface!" - UX Designer

"My kids love drawing on this, and I love that it's educational with AI." - Parent & Teacher

"One command and I'm drawing. Can't get simpler than that!" - Developer

🎉 Ready to Create?

Don't wait - start your artistic journey now:

npx draw-it-mcp

Happy drawing! 🎨✨


Made with ❤️ for creators everywhere
⭐ Star on GitHub🐛 Report Issues🤖 Claude Setup