Documentation

Quick Start

Get started with PinePaper Cloud Studio in 3 steps:

1. Get Your API Key

Visit /add-credits to purchase credits. After payment, you'll receive your API key instantly. New users get a $1 bonus!

2. Configure Claude Desktop

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pinepaper-cloud": {
      "url": "https://cloud.pinepaper.studio/mcp/v1",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer pp_live_YOUR_API_KEY"
      }
    }
  }
}

3. Start Creating

Restart Claude Desktop and try:

Web Studio & AI Code Console

You don't need Claude Desktop to use PinePaper. Sign in at pinepaper.studio/editor with your PinePaper Cloud account and the in-browser AI Code Console becomes available — same tools, no install.

What you get when signed in

Bring Your Own Key (BYOK)

To use a third-party model in the AI Code Console, add your own API key at /account#llm-providers. Once a key is on file, that provider's models appear in the model picker and you can switch per message:

A flat $0.002/request platform fee is deducted from your credits to cover infrastructure (KG pipeline, sessions, caching); your provider bills you separately for tokens.

How your key is protected

Cloud Templates

The template is the unit of saved work — items, relations, animations, canvas size — that you reload, remix, and iterate on with the AI Code Console. A scene is what you compose by chaining templates together. Local templates live in your browser (free); when signed in to PinePaper Cloud you can opt in to cloud sync so the same templates follow you across devices.

Saving from the studio

Pricing & privacy

MCP Endpoint

Endpoint: POST https://cloud.pinepaper.studio/mcp/v1
Auth: Authorization: Bearer pp_live_YOUR_API_KEY

The MCP endpoint uses JSON-RPC 2.0 protocol. All AI platforms that support tool calling can use it.

POST /mcp/v1
Authorization: Bearer pp_live_YOUR_API_KEY
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "tools/list"
}

Pricing

Pay-as-you-go with no subscriptions. Credits never expire.

OperationCost
MCP Request (create, animate, query)$0.001
SVG Export$0.005
PDF Export$0.03
Video Export$0.05/sec
GIF Export$0.08/sec

Tools & Toolkit Profiles

The full PinePaper tool registry has 112 tools across canvas, animation, diagrams, maps, fonts, exports, and more. You almost never need all of them at once — exposing the full surface to a model burns context and slows tool selection.

The MCP server organizes tools into toolkit profiles — task-shaped subsets activated per request. pinepaper_set_toolkit switches the active profile; pinepaper_tool_guide answers "which tool fits this job?" without listing the whole registry. The active profile is selected automatically based on the workflow ("draw a flowchart" → diagram profile; "highlight US states" → map profile).

Toolkit profiles

Generated from @pinepaper.studio/mcp-server@1.5.4 on 2026-06-07.

Full — 112 tools

Every tool in the registry. Use when context budget allows and the workflow spans many domains (canvas + diagrams + maps + fonts).

pinepaper_add_filter
pinepaper_add_ports
pinepaper_add_relation
pinepaper_add_trigger
pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_analyze_design
pinepaper_animate
pinepaper_animate_letter_collage
pinepaper_apply_animated_mask
pinepaper_apply_custom_mask
pinepaper_apply_effect
pinepaper_apply_template
pinepaper_auto_layout
pinepaper_background
pinepaper_batch_create
pinepaper_batch_modify
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_camera
pinepaper_camera_animate
pinepaper_clear_canvas
pinepaper_connect
pinepaper_connect_ports
pinepaper_create_chart
pinepaper_create_diagonal_stripes
pinepaper_create_diagram_shape
pinepaper_create_glossy_sphere
pinepaper_create_grid
pinepaper_create_item
pinepaper_create_letter_collage
pinepaper_create_quiz
pinepaper_create_scene
pinepaper_cutout_style
pinepaper_deform
pinepaper_delete_item
pinepaper_diagnostic_report
pinepaper_diagram_mode
pinepaper_execute_custom_code
pinepaper_execute_generator
pinepaper_export_scene
pinepaper_export_svg
pinepaper_export_training_data
pinepaper_export_widget
pinepaper_export_widget_html
pinepaper_font
pinepaper_get_animatable_properties
pinepaper_get_available_easings
pinepaper_get_canvas_ontology
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_get_diagram_shapes
pinepaper_get_items
pinepaper_get_letter_collage_options
pinepaper_get_mask_animations
pinepaper_get_mask_types
pinepaper_get_performance_metrics
pinepaper_get_quiz_state
pinepaper_get_relation_stats
pinepaper_history
pinepaper_image_filter
pinepaper_import_asset
pinepaper_import_image
pinepaper_import_mermaid
pinepaper_import_svg
pinepaper_interaction
pinepaper_keyframe_animate
pinepaper_lasso
pinepaper_list_generators
pinepaper_magic
pinepaper_manage_scenes
pinepaper_map
pinepaper_map_animation
pinepaper_map_data
pinepaper_map_regions
pinepaper_measurement
pinepaper_modify_item
pinepaper_p5_draw
pinepaper_physics
pinepaper_play_timeline
pinepaper_precomp
pinepaper_query
pinepaper_query_ontology
pinepaper_query_relations
pinepaper_query_triggers
pinepaper_refresh_page
pinepaper_register_custom_relation
pinepaper_register_item
pinepaper_remove_connector
pinepaper_remove_mask
pinepaper_remove_relation
pinepaper_remove_trigger
pinepaper_reset_quiz
pinepaper_scene_playback
pinepaper_search_assets
pinepaper_selection
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_sprite_sheet
pinepaper_storage
pinepaper_tool_guide
pinepaper_transform
pinepaper_update_connector
pinepaper_validate_design
pinepaper_view
Agent (default) — 80 tools

Default profile for general-purpose AI agents. Covers canvas, items, animation, relations, effects, exports — the common creative workflow.

pinepaper_add_relation
pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_analyze_design
pinepaper_animate
pinepaper_apply_animated_mask
pinepaper_apply_custom_mask
pinepaper_apply_effect
pinepaper_background
pinepaper_batch_create
pinepaper_batch_modify
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_clear_canvas
pinepaper_create_chart
pinepaper_create_diagonal_stripes
pinepaper_create_glossy_sphere
pinepaper_create_grid
pinepaper_create_item
pinepaper_create_scene
pinepaper_cutout_style
pinepaper_deform
pinepaper_delete_item
pinepaper_execute_generator
pinepaper_export_scene
pinepaper_export_svg
pinepaper_export_training_data
pinepaper_export_widget
pinepaper_export_widget_html
pinepaper_get_animatable_properties
pinepaper_get_available_easings
pinepaper_get_canvas_ontology
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_get_items
pinepaper_get_mask_animations
pinepaper_get_mask_types
pinepaper_get_relation_stats
pinepaper_history
pinepaper_image_filter
pinepaper_import_asset
pinepaper_import_image
pinepaper_import_svg
pinepaper_interaction
pinepaper_keyframe_animate
pinepaper_lasso
pinepaper_list_generators
pinepaper_magic
pinepaper_manage_scenes
pinepaper_measurement
pinepaper_modify_item
pinepaper_p5_draw
pinepaper_physics
pinepaper_play_timeline
pinepaper_precomp
pinepaper_query
pinepaper_query_ontology
pinepaper_query_relations
pinepaper_refresh_page
pinepaper_register_custom_relation
pinepaper_remove_mask
pinepaper_remove_relation
pinepaper_scene_playback
pinepaper_search_assets
pinepaper_selection
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_sprite_sheet
pinepaper_storage
pinepaper_tool_guide
pinepaper_transform
pinepaper_validate_design
pinepaper_view
Diagram — 44 tools

Flowcharts, UML, network topology — diagram shapes, connectors, layout algorithms.

pinepaper_add_ports
pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_auto_layout
pinepaper_background
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_clear_canvas
pinepaper_connect
pinepaper_connect_ports
pinepaper_create_diagonal_stripes
pinepaper_create_diagram_shape
pinepaper_create_glossy_sphere
pinepaper_create_grid
pinepaper_create_item
pinepaper_delete_item
pinepaper_diagram_mode
pinepaper_export_scene
pinepaper_export_svg
pinepaper_export_training_data
pinepaper_export_widget
pinepaper_export_widget_html
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_get_diagram_shapes
pinepaper_get_items
pinepaper_get_relation_stats
pinepaper_import_mermaid
pinepaper_modify_item
pinepaper_query
pinepaper_refresh_page
pinepaper_remove_connector
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_tool_guide
pinepaper_update_connector
pinepaper_view
Map — 32 tools

Geographic visualization — load maps, highlight regions, apply data colors, project, export GeoJSON.

pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_background
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_clear_canvas
pinepaper_export_scene
pinepaper_export_svg
pinepaper_export_training_data
pinepaper_export_widget
pinepaper_export_widget_html
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_get_items
pinepaper_get_relation_stats
pinepaper_map
pinepaper_map_animation
pinepaper_map_data
pinepaper_map_regions
pinepaper_query
pinepaper_refresh_page
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_tool_guide
pinepaper_view
Font Studio — 35 tools

Typography workflows — font import, glyph editing, OTF export.

pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_animate_letter_collage
pinepaper_background
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_clear_canvas
pinepaper_create_diagonal_stripes
pinepaper_create_glossy_sphere
pinepaper_create_grid
pinepaper_create_item
pinepaper_create_letter_collage
pinepaper_delete_item
pinepaper_export_scene
pinepaper_export_svg
pinepaper_export_training_data
pinepaper_export_widget
pinepaper_export_widget_html
pinepaper_font
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_get_letter_collage_options
pinepaper_modify_item
pinepaper_refresh_page
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_tool_guide
pinepaper_view
Minimal — 20 tools

Smallest viable surface for low-context models — basic create/modify/animate only. Pair with `pinepaper_tool_guide` for on-demand discovery.

pinepaper_agent_analyze
pinepaper_agent_batch_execute
pinepaper_agent_end_job
pinepaper_agent_export
pinepaper_agent_reset
pinepaper_agent_start_job
pinepaper_background
pinepaper_browser_connect
pinepaper_browser_disconnect
pinepaper_browser_screenshot
pinepaper_browser_status
pinepaper_clear_canvas
pinepaper_get_canvas_presets
pinepaper_get_canvas_size
pinepaper_refresh_page
pinepaper_set_background_color
pinepaper_set_canvas_size
pinepaper_set_toolkit
pinepaper_tool_guide
pinepaper_view

All tools (alphabetical)

Show full registry — 112 tools
pinepaper_add_filter
Add a visual filter effect to the canvas.
pinepaper_add_ports
Add connection ports to an existing item.
pinepaper_add_relation
Create a behavior relationship between two items.
pinepaper_add_trigger
Add an interactive trigger to an item.
pinepaper_agent_analyze
Analyze canvas content to get export recommendations and content insights.
pinepaper_agent_batch_execute
Execute ALL operations in a single call for building animated scenes — canvas setup, backgrounds, items, animations, masks, effects, and playback.
pinepaper_agent_end_job
End the current agent job, get summary + screenshot for user validation.
pinepaper_agent_export
Smart export with automatic format detection and platform optimization.
pinepaper_agent_reset
Fast canvas reset without browser refresh.
pinepaper_agent_start_job
Start a new agent job for creating animations, videos, graphics, or any visual content.
pinepaper_analyze_design
Analyze a template or scene definition using the PinePaper Design Knowledge Graph.
pinepaper_animate
Apply a simple LOOP animation to an item.
pinepaper_animate_letter_collage
Apply animation to all letters in a collage with staggered timing.
pinepaper_apply_animated_mask
Apply an animated mask reveal to an item.
pinepaper_apply_custom_mask
Direct helper for applying custom keyframe-based masks.
pinepaper_apply_effect
Apply a visual effect to an item.
pinepaper_apply_template
Load a pre-built template design onto the canvas, or list available templates.
pinepaper_auto_layout
Automatically arrange diagram items using a layout algorithm.
pinepaper_background
Set, clear, or query the canvas background.
pinepaper_batch_create
Create multiple items at once with a single history save.
pinepaper_batch_modify
Modify multiple items at once with a single history save.
pinepaper_browser_connect
Connect to PinePaper Studio in a browser.
pinepaper_browser_disconnect
Disconnect from the browser and close PinePaper Studio.
pinepaper_browser_screenshot
Take a screenshot of the current PinePaper canvas.
pinepaper_browser_status
Check the current browser connection status.
pinepaper_camera
Camera control: zoom, pan, move, reset, stop, get state.
pinepaper_camera_animate
Animate camera with keyframe-based zoom, pan, and 3D tilt sequence for cinematic effects.
pinepaper_clear_canvas
Clear all items from the canvas, removing everything including any welcome template items.
pinepaper_connect
Connect two items with a smart connector.
pinepaper_connect_ports
Connect two specific ports on items.
pinepaper_create_chart
Create and manage data visualizations on the canvas.
pinepaper_create_diagonal_stripes
Create a diagonal stripe pattern.
pinepaper_create_diagram_shape
Create a diagram shape on the canvas.
pinepaper_create_glossy_sphere
Create a 3D-looking glossy sphere with realistic lighting effects.
pinepaper_create_grid
Create a grid of lines on the canvas.
pinepaper_create_item
Create an item on the PinePaper canvas.
pinepaper_create_letter_collage
Create stylized text with per-letter customization.
pinepaper_create_quiz
Create an interactive quiz with questions, answers, and scoring.
pinepaper_create_scene
Create a complete scene with multiple items, relations, and animations in a single operation.
pinepaper_cutout_style
Apply decorative cutout styles to image items (sticker effects, torn edges, etc.).
pinepaper_deform
Apply vertex deformation presets to items for organic motion effects.
pinepaper_delete_item
Delete a single item from the canvas by its registry ID.
pinepaper_diagnostic_report
[Utility] Generate a diagnostic report for bug reporting.
pinepaper_diagram_mode
Control the diagram mode for interactive editing.
pinepaper_execute_custom_code
Execute arbitrary JavaScript code in the PinePaper context.
pinepaper_execute_generator
Execute a background generator to create procedural patterns.
pinepaper_export_scene
Export the complete scene state including all items, relations, and settings.
pinepaper_export_svg
Export the scene as animated SVG.
pinepaper_export_training_data
Export relation data as training pairs for LLM fine-tuning.
pinepaper_export_widget
Export current scene as a PineWidget (pp:PinePaper ontology JSON v0.4.3).
pinepaper_export_widget_html
Export current scene as a self-contained HTML page with tree-shaken PineWidget runtime.
pinepaper_font
Font Studio control — single action-dispatched tool covering the full Studio API.
pinepaper_get_animatable_properties
[Utility] Get animatable properties for each mask type.
pinepaper_get_available_easings
[Utility] Get list of available easing functions for mask animations.
pinepaper_get_canvas_ontology
Capture the live canvas as compact pp: ontology triples + a structured item summary.
pinepaper_get_canvas_presets
[Utility] List all available canvas presets with their dimensions.
pinepaper_get_canvas_size
[Utility] Get the current canvas dimensions.
pinepaper_get_diagram_shapes
[Utility] Get a list of available diagram shapes with their properties.
pinepaper_get_items
[Utility] Get all or filtered items from the canvas.
pinepaper_get_letter_collage_options
[Utility] Get available styles, palettes, and gradient options for letter collages.
pinepaper_get_mask_animations
[Utility] Get available mask animation presets.
pinepaper_get_mask_types
[Utility] Get available mask shape types.
pinepaper_get_performance_metrics
[Utility] Get execution performance metrics to identify bottlenecks and optimize workflows.
pinepaper_get_quiz_state
[Utility] Get the current state of an active quiz.
pinepaper_get_relation_stats
[Utility] Get statistics about active relations in the scene.
pinepaper_history
Undo/redo and history state inspection.
pinepaper_image_filter
Apply GPU-accelerated image filters to raster items.
pinepaper_import_asset
Import an SVG asset from search results or direct URL onto the canvas.
pinepaper_import_image
Import a raster image from a URL onto the canvas.
pinepaper_import_mermaid
Import a Mermaid diagram source string and render it onto the canvas as native diagram shapes + connectors.
pinepaper_import_svg
Import an SVG string or SVG from URL onto the canvas.
pinepaper_interaction
Add continuous physics behaviors and trigger interaction actions.
pinepaper_keyframe_animate
Apply keyframe-based animation with precise timing and property control.
pinepaper_lasso
Freeform lasso selection for image items.
pinepaper_list_generators
[Utility] Get a list of all available background generators with their parameters.
pinepaper_magic
Ontology-aware auto-animation and style remixing.
pinepaper_manage_scenes
Manage multiple saved scenes (canvas snapshots).
pinepaper_map
Load a map and control its viewport.
pinepaper_map_animation
Animate map regions with keyframes or wave effects.
pinepaper_map_data
CSV / GeoJSON import-export and source-info introspection.
pinepaper_map_regions
Highlight, color, label, and select map regions.
pinepaper_measurement
Rulers, grid overlay, snap-to-grid, and dimension readout.
pinepaper_modify_item
Modify an existing item's properties.
pinepaper_p5_draw
Execute p5.js-style drawing code on the PinePaper canvas.
pinepaper_physics
Rigid body physics simulation (Box2D/Planck.js).
pinepaper_play_timeline
Control keyframe animation playback.
pinepaper_precomp
Nested compositions — group items into reusable animated precomps.
pinepaper_query
Query canvas items and spatial information.
pinepaper_query_ontology
Query the PinePaper design knowledge graph — explore types, properties, edges, hierarchy, and patterns.
pinepaper_query_relations
[Utility] Query relationships for an item.
pinepaper_query_triggers
[Utility] List all triggers on the canvas or for a specific item.
pinepaper_refresh_page
Refresh the PinePaper Studio page in the browser.
pinepaper_register_custom_relation
Register a custom relation type with compute and apply functions.
pinepaper_register_item
Register a Paper.js item created externally.
pinepaper_remove_connector
Remove a connector from the canvas.
pinepaper_remove_mask
Remove mask from an item, restoring original appearance.
pinepaper_remove_relation
Remove a relationship between items.
pinepaper_remove_trigger
Remove triggers from an item.
pinepaper_reset_quiz
Reset a quiz to its initial state.
pinepaper_scene_playback
Control sequential scene chain playback — play saved scenes as a slideshow presentation.
pinepaper_search_assets
Search for free SVG assets from open repositories (SVGRepo, OpenClipart, Iconify, FontAwesome).
pinepaper_selection
Manage item selection on canvas.
pinepaper_set_background_color
Set the canvas background color.
pinepaper_set_canvas_size
Change the canvas dimensions.
pinepaper_set_toolkit
Switch the active toolkit profile and/or verbosity level at runtime.
pinepaper_sprite_sheet
Generate, play, and export sprite sheets from skeleton poses.
pinepaper_storage
Persistent project storage via IndexedDB.
pinepaper_tool_guide
Get detailed guidance for PinePaper tools on demand.
pinepaper_transform
Transform items: nudge position, flip, or change z-order.
pinepaper_update_connector
Update the style or label of an existing connector.
pinepaper_validate_design
Validate and score a template definition against the PinePaper ontology.
pinepaper_view
View control — fit view to content or get current view state.

Use tools/list to fetch the live list with full descriptions and input schemas for whichever profile your client has active.

Relation Types

Behavior-driven animation relationships between items:

RelationDescription
orbitsCircular motion around target
followsSmooth follow toward target
attached_toFixed offset from target
maintains_distanceStay at fixed distance
points_atRotate to face target
mirrorsMirror target position
parallaxDepth-based movement
bounds_toConstrain within area
animatesProperty animation over time
grows_fromScale growth from target
staggered_withSequential timing offset
indicatesArrow/pointer to target
circumscribesFit around target bounds
wave_throughWave motion through items
morphs_toShape morphing transition
camera_followsCamera tracks item
camera_animatesCamera keyframe sequence
part_ofSemantic parent-child grouping
expressesFacial/body expressions

Platform Integrations

PinePaper Cloud Studio is an HTTP API that works with any AI platform that supports tool calling.

Claude Desktop (Native MCP)

Claude Desktop has native MCP support. See Quick Start above.

ChatGPT (Custom GPT Actions)

// GPT Action Configuration
Server URL: https://cloud.pinepaper.studio
Authentication: API Key (Bearer token)
Header: Authorization: Bearer pp_live_YOUR_API_KEY

POST /mcp/v1
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "tools/call",
  "params": {
    "name": "pinepaper_create_item",
    "arguments": { "type": "text", "content": "Hello" }
  }
}

Any HTTP Client

# cURL
curl -X POST https://cloud.pinepaper.studio/mcp/v1 \
  -H "Authorization: Bearer pp_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":"1","method":"tools/list"}'

# Python
import requests
response = requests.post(
    "https://cloud.pinepaper.studio/mcp/v1",
    headers={"Authorization": "Bearer pp_live_YOUR_API_KEY"},
    json={"jsonrpc": "2.0", "id": "1", "method": "tools/list"}
)
print(response.json())

Supported Platforms

PlatformIntegrationStatus
Claude DesktopNative MCP✓ Full support
ChatGPTCustom GPT Actions✓ Full support
Google GeminiFunction Calling✓ Full support
Open WebUIFunction Calling✓ Full support
LangChainCustom Tools✓ Full support

Examples

Animated Text

"Create text 'HELLO' in red that pulses"
→ pinepaper_create_item + pinepaper_animate

Letter Collage

"Create a Wordle-style letter collage saying CANDY with neon colors"
→ pinepaper_create_letter_collage + pinepaper_animate_letter_collage

Flowchart Diagram

"Create a flowchart: Start → Process → Decision → End"
→ pinepaper_create_diagram_shape + pinepaper_connect + pinepaper_auto_layout

Solar System

"Create a sun at center, Earth orbiting it, Moon orbiting Earth"
→ pinepaper_create_item + pinepaper_add_relation (orbits)

World Choropleth Map

"Load a world map and color countries by population"
→ pinepaper_load_map + pinepaper_apply_data_colors

Animated Map

"Animate US states changing color in a wave pattern"
→ pinepaper_load_map + pinepaper_animate_map_wave

Camera Animation

"Zoom in on the title then pan across to the diagram"
→ pinepaper_camera_animate with keyframes

Particle Effects

"Add fire effect to the dragon and snow falling on the scene"
→ pinepaper_apply_effect (fire, snow)

Interactive Quiz

"Create a multiple choice quiz about world capitals"
→ pinepaper_create_quiz with questions and answers

Mask Reveals

"Reveal the title with an iris animation"
→ pinepaper_apply_animated_mask (iris preset)

Local Installation (Free)

Try the tools locally first!
The open-source MCP server provides the same tools as this cloud service. Test locally before paying for cloud access.
# Install globally
npm install -g @pinepaper.studio/mcp-server

# Or use npx directly in config:
{
  "mcpServers": {
    "pinepaper": {
      "command": "npx",
      "args": ["-y", "@pinepaper.studio/mcp-server"]
    }
  }
}

The cloud service is for users who:

View on GitHub →