logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-painter

Create and manipulate drawings using a canvas interface, enabling the drawing of filled shapes and exporting of images in PNG format. Provides raw canvas data in JSON format for further processing.

Author

mcp-painter logo

flrngel

No License

Quick Info

GitHub GitHub Stars 10
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

canvasdrawingsdrawingmcp painterusing canvaspainter create

Drawing MCP Server

smithery badge

Draw cowboy using canvas tools chat log

A Model Context Protocol (MCP) server that provides drawing capabilities for AI assistants.

Features

  • Create a canvas with specified dimensions
  • Draw filled rectangles with custom colors
  • Export canvas as PNG image
  • Get raw canvas data as JSON

Installation

Installing via Smithery

To install mcp-painter for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @flrngel/mcp-painter --client claude

Manual Installation

Add this to your MCP config

    "painter": {
      "command": "npx",
      "args": ["-y", "github:flrngel/mcp-painter"]
    }

See Also

`