ClipMarts

Creative Stack

Figma, Canva, and DAM connected for design team workflows

$29Operator PackFor departments, agencies, and ops-heavy teams

What is Creative Stack?

An MCP bundle for creative and design teams. Includes Figma (read files, components, comments), Canva (create designs, manage templates, export assets), and a DAM connector for digital asset management (upload, tag, search, version). Enables your agent to pull design specs, generate assets, and manage brand libraries.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

What's Included

  • mcp-servers.json
  • servers/figma/config.json
  • servers/figma/auth-setup.md
  • servers/canva/config.json
  • servers/canva/auth-setup.md
  • servers/dam/config.json
  • servers/dam/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": ["-y", "@mcp/figma-server"],
      "env": {
        "FIGMA_ACCESS_TOKEN": "${FIGMA_ACCESS_TOKEN}",
        "FIGMA_TEAM_ID": "${FIGMA_TEAM_ID}"
      }
    },
    "canva": {
      "command": "npx",
      "args": ["-y", "@mcp/canva-server"],
      "env": {
        "CANVA_API_KEY": "${CANVA_API_KEY}",
        "CANVA_BRAND_ID": "${CANVA_BRAND_ID}"
      }
    },
    "dam": {
      "command": "npx",
      "args": ["-y", "@mcp/dam-server"],
      "env": {
        "DAM_PROVIDER": "cloudinary",
        "DAM_CLOUD_NAME": "${DAM_CLOUD_NAME}",
        "DAM_API_KEY": "${DAM_API_KEY}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./creative-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip creative-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./creative-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill creative-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Creative Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the creative-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Creative Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpfigmacanvadamdesigncreativeassets