Solo Unicorn Club logo

Integration Stacks

Creative Stack

Figma, Canva, and DAM connected for design team workflows

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 12 included files and working structure.

03

Move from purchase to first setup in about 10 min.

// Included files

What is inside the package.

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

Description

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.

solo-unicornclaude-codecursor

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewmcp-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}"
      }
    }
  }
}

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation