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.
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)
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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