Skip to content
VS Code

Easel for VS Code

io.github.gemberkoekje/easel

A headless painting engine for AI agents: brushes, paint load, wet blending, canvas texture.

client:VS Code transport:stdio runtime:pypi

Install Easel in VS Code

.vscode/mcp.json

{
  "servers": {
    "easel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "easel-paint"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Easel in other clients