Back to Home
pinepaper icon

mcp-server

Verified Safe

by pinepaper

Overview

Enables AI assistants to create and animate web graphics and text compositions within the PinePaper Studio environment through a programmatic API.

Installation

Run Command
npx -y @pinepaper.studio/mcp-server

Environment Variables

  • PINEPAPER_SCREENSHOT_MODE
  • PINEPAPER_EXECUTION_MODE
  • PINEPAPER_LOCALE
  • PINEPAPER_METRICS_ENABLED
  • PINEPAPER_METRICS_RETENTION

Security Notes

The server's core functionality relies on executing generated JavaScript code within a browser context (Puppeteer). This involves the use of `eval()` in `src/browser/bridge.ts` and `src/browser/puppeteer-controller.ts`. While `eval()` is generally a security risk, here it is the intended mechanism for an AI agent to programmatically control a web application. The execution is isolated within a sandboxed browser instance managed by Puppeteer, not directly on the host operating system. The server also fetches assets from external SVG repositories, which is expected behavior for its design.

Similar Servers

Stats

Interest Score12
Security Score7
Cost ClassHigh
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-21

Tags

AI toolsAnimated graphicsWeb designCreativeVisual effects