JUHE API Marketplace
flrngel avatar
MCP Server

mcp-painter

Drawing Tool for AI Assistants

10
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

Drawing MCP Server

smithery badge

Drawing MCP Server - A simple drawing tool for AI assistants

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

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source