mcp-painter

mcp-painter

3.4

If you are the rightful owner of mcp-painter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

Drawing MCP Server

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"]
    }