mcpbeat Sign in

Easel MCP Server

by gemberkoekje Your server? Claim it
local only

Easel runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

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

Installs / week
pypi · easel-paint
0
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] paintings/car_wash/check.py:1, [пакет] paintings/car_wash/p0_plan.py:1, [пакет] paintings/car_wash/p0b_preview.py:1 и ещё 166
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] paintings/lighthouse_greenhouse/fable/probes/probe_undo_drift.py:53, paintings/Claude/lighthouse_greenhouse/fable/probes/probe_undo_drift.py:53
    subprocess.run([EASEL, "run", easel_file, "--prelude", PRELUDE, *scripts],
Builds a file path from a variable [пакет] paintings/lighthouse_greenhouse/fable/probes/probe_undo_drift.py:63, paintings/Claude/lighthouse_greenhouse/fable/probes/probe_undo_drift.py:63
    exp = os.path.join(cwd, f"exp_{name}.py")
Executes code built at runtime [пакет] paintings/windowsill_pears/p10_rehearse_pear.py:1, [пакет] paintings/windowsill_pears/p11_pears12.py:1, [пакет] paintings/windowsill_pears/p12_pear3.py:1 и ещё 24
exec(open("helpers.py").read())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add easel -- uvx easel-paint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "easel": {
      "args": [
        "easel-paint"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.easel]
command = "uvx"
args = ["easel-paint"]
.cursor/mcp.json
{
  "mcpServers": {
    "easel": {
      "args": [
        "easel-paint"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "easel": {
      "args": [
        "easel-paint"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Easel

same job, measured the same way
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
Hwatu
by hongnoul

Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff.

local only
DLBrowser
by dekryptlabs

Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages.

82 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only
Kloakt
by kultmember6banger

Cloaked headless browser for AI agents — stealth TLS, smart extraction, SPA fallback

60 installs/wk local only
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

52 installs/wk local only

Easel — questions

Answers built from our own checks of this server.

Why is there no uptime for Easel?
Easel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package easel-paint.
How do I connect Easel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls easel-paint straight from pypi; nothing to host, nothing to sign up for.
Is Easel open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.