Creative Stack
Figma, Canva, and DAM connected for design team workflows
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.
10 min
Intermediate
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
{
"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
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip creative-mcp-bundle.zipImport the skill
paperclipai skill import --from ./creative-mcp-bundle/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
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the creative-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Creative Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging