Skip to content
Cursor

Easel for Cursor

io.github.gemberkoekje/easel

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

client:Cursor transport:stdio runtime:pypi

Install Easel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Easel in other clients