mcpbeat Sign in

Clipacanvas MCP Server

by mechreaper007x Your server? Claim it
local only

Clipacanvas runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 29 May 2026.

Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg.

Installs per day peak 28 · avg 11 · -21% w/w
a month agotoday
68
Installs / week
pypi · clipacanvas-mcp
0
Stars
0 open issues
29 May 2026
Last commit
0 releases in 90 days
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 [пакет] src/clipacanvas_mcp/__init__.py:1, [пакет] src/clipacanvas_mcp/config.py:1, [пакет] src/clipacanvas_mcp/playwright_render.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
    subprocess.run(cmd, check=True)
Runs an external command playwright_render.mjs:235
    const child = spawn(ffmpegExe, args, { stdio: ['ignore', 'ignore', 'pipe'] });
Page executes code built at runtime clipacanvas.html:649
  el.innerHTML = type === 'busy'

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 clipacanvas -- uvx clipacanvas-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clipacanvas": {
      "args": [
        "clipacanvas-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clipacanvas]
command = "uvx"
args = ["clipacanvas-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clipacanvas": {
      "args": [
        "clipacanvas-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clipacanvas": {
      "args": [
        "clipacanvas-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Clipacanvas

same job, measured the same way
CloakBrowser MCP
by swimmwatch

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

266 installs/wk local only
HTML to Markdown MCP Server
by sunshad0w

Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.

local only
I
Vew MCP
by yawlabs

Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots

46 installs/wk local only
Ghostlight
by sylin

Visible local browser automation in signed-in Chromium, with optional policy and audit.

765 installs/wk local only
Propzapi
by paperandbeyond23-gif

Render-and-verify API: HTML/CSS to image or PDF, screenshot any URL, confirm the text rendered.

3 tools answering
Blinkpdf
by blinkpdf

Render Markdown and LLM output into accessible PDF/UA-1 PDFs. No headless Chromium.

answering
five46
by sekharsdet

BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.

73 installs/wk local only
Charlotte
by ticktockbent

Renders web pages into structured, agent-readable representations using headless Chromium.

661 installs/wk local only

Clipacanvas — questions

Answers built from our own checks of this server.

Why is there no uptime for Clipacanvas?
Clipacanvas 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 clipacanvas-mcp was installed 68 times last week.
How do I connect Clipacanvas?
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 clipacanvas-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Clipacanvas?
The pypi package clipacanvas-mcp was installed 68 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clipacanvas 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.