A local MCP integration that connects AI agents directly to Figma Desktop for seamless design generation and code export without OAuth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install figma-desktop
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install figma-desktop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Figma Desktop MCP Skill leverages the built-in local Model Context Protocol server provided by the Figma desktop application. By integrating this skill through Openclaw Skills, developers can bypass complex OAuth setups and interact directly with their design files in real-time. This skill provides a bridge for AI agents to access high-level Figma features such as Figma Make for generative design, Code Connect for component mapping, and advanced code generation capabilities.
Running locally at http://127.0.0.1:3845/mcp, this tool ensures low-latency communication and high data privacy. It allows your AI assistant to 'see' what you have selected in Figma, understand your design system variables, and even generate complete UI components in frameworks like React, Vue, or React Native based on the active design context.
First, ensure you have mcporter installed globally:
npm install -g mcporter
Next, install Figma Desktop and enable the MCP server:
http://127.0.0.1:3845/mcp).Finally, configure the skill via mcporter:
mcporter config add figma-desktop --url http://127.0.0.1:3845/mcp --transport http
The skill interacts with Figma's internal data model and exposes tools categorized by functionality:
| Tool Category | Data Handled | Primary Parameters |
|---|---|---|
| Design Generation | Layouts, Components | description, width, goal |
| Code Export | React, Vue, CSS, Tailwind | framework, typescript, includeStyles |
| Context Retrieval | Nodes, Styles, Variables | nodeId, componentKey |
| File Management | Pages, File Structure | fileKey (inferred from active tab) |
All interactions are stateful based on the currently active tab in the Figma Desktop app.
Loading
A streamlined tool that converts OpenAPI/Swagger specifications into functional CLI commands without needing an MCP server.

A comprehensive localization ecosystem providing Turkish personality templates, real-time news, BIST100 financial tracking, and automated daily briefs.

A layered experience mechanism that provides AI agents with per-skill memory to prevent mistakes before they happen and evolve through error-driven learning.

A professional-grade skill for programmatically managing Excel spreadsheets with a focus on dynamic formulas, financial modeling standards, and automated recalculation.

A command-line management tool for Nansen smart alerts to track real-time token flows, smart money movements, and contract calls.

An automated image optimization skill for macOS that ensures your media meets platform size limits before sending.








































