BusyBee3333/renderlens-local
Animated SVG creator & screenshot tool with CSS animation-aware capture. Render, filmstrip, and diff animated SVGs — REST API + MCP server for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"renderlens-local": {
"command": "npx",
"args": [
"-y",
"renderlens-local"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Create, render, and QA animated SVGs with CSS animation-aware screenshots. The open-source SVG creator tool that actually captures what users see — not a blank screen at t=0.
[](LICENSE) [](https://nodejs.org) [](https://modelcontextprotocol.io)
Every animated SVG creator and screenshot tool renders at t=0 — the instant the page loads. CSS animations that start with opacity: 0 are invisible in the screenshot, even though users see them animate in within milliseconds.
This means your animated SVGs look empty in previews, CI screenshots, and AI-assisted design workflows.
RenderLens Local fixes this with animation-aware capture modes that screenshot your SVGs the way users actually experience them.
git clone https://github.com/BusyBee3333/renderlens-local.git
cd renderlens-local
npm install
npx playwright install chromium
npm start
# Server running at http://localhost:3700The core innov
Loading reviews...