mcp-painter

by flrngel
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Current Canvas as PNG Image
Current Canvas Data (JSON)

Tools

Functions exposed to the LLM to take actions

NameDescription
drawing_generateCanvas

Generate a new drawing canvas with specified width and height.

drawing_fillRectangle

Fill a rectangle on the drawing canvas with a specified color and coordinates.

drawing_getCanvasPng

Get the current drawing canvas as a PNG image (base64 encoded).

drawing_getCanvasData

Get the current pixel data of the drawing canvas as JSON.