figma-drive
Adds comments to ClickUp tasks and notifies the responsible person as part of the orchestration skill.
Exports frames from Figma as PNG images using the Figma API.
Uploads exported files to Google Drive with automatic folder navigation and creation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@figma-driveExport frames from Figma file 042FZHjPyx1TWMO4kzx1ai and upload to Google Drive"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
stark-figma-drive-mcp
Claude Code Plugin que exporta frames do Figma e faz upload automatico para o Google Drive. Criado para o time de design da Stark.
Instalacao (Claude Code Plugin)
1. Clonar o repositorio
git clone https://github.com/angelostark/stark-figma-drive-mcp.git
cd stark-figma-drive-mcp
npm install && npm run build2. Configurar credenciais
Crie um arquivo .env na raiz (ou configure as variaveis de ambiente):
Variavel | Descricao |
| Personal Access Token do Figma (gerar aqui) |
| Caminho para o |
3. Instalar o plugin no Claude Code
Aponte o Claude Code para a pasta do repositorio clonado. O arquivo .claude-plugin/plugin.json sera detectado automaticamente, registrando:
MCP Server
figma-drive— tools de export e uploadSkill
/figma-export-para-drive— orquestra o fluxo completo (Figma + Drive + ClickUp)
4. Verificar
No Claude Code, a skill /figma-export-para-drive deve aparecer na lista de skills disponiveis e as tools export_figma_frames, upload_to_drive e figma_to_drive devem estar acessiveis.
Related MCP server: Figma MCP Server
Tools disponiveis
Tool | Descricao |
| Exporta frames do Figma como PNG em alta qualidade |
| Upload para o Google Drive com navegacao automatica de pastas |
| Pipeline completo: Figma export + Drive upload |
Uso
Via skill (recomendado)
/figma-export-para-driveCole o link do Figma quando solicitado. A skill cuida de tudo: export, upload, comentario no ClickUp e notificacao do responsavel.
Via MCP tools diretamente
Exportar frames:
export_figma_frames({
fileKey: "042FZHjPyx1TWMO4kzx1ai",
nodeIds: ["1038:6", "1038:16"],
prefix: "2026-03-17-Stark"
})Upload para Drive:
upload_to_drive({
clientName: "Stark",
date: "2026-03-17",
files: ["/tmp/figma_exports/2026-03-17-Stark-card-01.png"]
})Pipeline completo:
figma_to_drive({
fileKey: "042FZHjPyx1TWMO4kzx1ai",
nodeIds: ["1038:6"],
frameName: "2026-03-17 - Stark"
})Hierarquia de pastas no Drive
O upload navega automaticamente:
Clientes / [cliente] / Cronograma de Conteudo / Artes / [ano] / [mes] / [data]Pastas inexistentes sao criadas automaticamente.
Estrutura do plugin
stark-figma-drive-mcp/
├── .claude-plugin/
│ └── plugin.json # Metadata + MCP server config
├── skills/
│ └── figma-export-para-drive/
│ └── SKILL.md # Skill de orquestracao
├── src/ # MCP server source
├── dist/ # Compilado
├── package.json
└── tsconfig.jsonBuild
npm install
npm run buildRequisitos
Node.js 18+
Token do Figma (Personal Access Token)
Credenciais do Google (Service Account com acesso ao Drive)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Figma designs through the Figma API, allowing users to export images in multiple formats, extract style data and CSS, analyze design elements, and retrieve SVG code from Figma files. Supports batch operations and comprehensive design element analysis including images, vectors, and components.72011MIT
- AlicenseBqualityDmaintenanceEnables interaction with Figma files through tools that list projects/files, fetch design data, and generate React+Vite frontend code directly from Figma frames.42,235MIT
- AlicenseAqualityDmaintenanceEnables automated export, compression, and cloud upload of Figma design assets by simply providing Figma links. Supports batch processing of nodes and children, returning structured data with publicly accessible image URLs.13MIT
- Flicense-qualityDmaintenanceExtracts text nodes from Figma designs and organizes them into structured JSON for internationalization workflows. It enables users to pull content from specific frames or entire files to automatically generate translation keys.
Related MCP Connectors
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angelostark/stark-figma-drive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server