figma-mcp-express
v2.8.1Compact Figma MCP with validated batch ops, multi-channel routing, library automation, and design skills.
By sunhome243License: MIT4 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install figma-mcp-express for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add figma-mcp-express@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sunhome243/figma-mcp-expressClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/figma-design-md/SKILL.md├── skills/figma-design-patterns/SKILL.md├── skills/figma-mcp-express/SKILL.md├── skills/figma-prototype/SKILL.md└── .mcp.json
Included Skills4
Use when extracting DESIGN.md from a Figma file, including tokens, styles, components, rationale, and optional Tailwind or DTCG exports.
Use when designing, editing, or reviewing Figma UI layout craft for auto layout, components, spacing, typography, states, dark mode, or handoff.
Use when any figma-mcp-express MCP tool is needed for Figma reads, writes, batch ops, screenshots, libraries, tokens, prototypes, or multi-file/channel work.
Use when wiring or auditing Figma prototypes, including clicks, navigation, overlays, transitions, flow starts, scroll-fixed chrome, reaction maps, or inferred flows from static frames. Companion domain skill for figma-mcp-express prototype work.
MCP servers1
- command
- npx
- args
- -y figma-mcp-express --port 1994
Plugin manifests2
{
"name": "figma-mcp-express",
"version": "2.8.1",
"description": "Compact Figma MCP with validated batch ops, multi-channel routing, library automation, and design skills.",
"author": {
"name": "sunhome243"
},
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Figma MCP Express",
"shortDescription": "Figma MCP with batch ops, multi-channel routing, and design skills.",
"longDescription": "Figma MCP Express lets coding agents inspect and edit live Figma Desktop files through compact MCP tools, validated batch operations, multi-channel routing, lifecycle hooks, and bundled design skills.",
"defaultPrompt": "Use Figma MCP Express to inspect the connected Figma file, summarize the current page, and propose the next safe design automation step.",
"developerName": "sunhome243",
"category": "Design",
"capabilities": [
"Read",
"Write"
]
}
}{
"name": "figma-mcp-express",
"displayName": "Figma MCP Express",
"version": "2.8.1",
"description": "Compact Figma MCP with validated batch ops, multi-channel routing, library automation, and design skills.",
"author": {
"name": "sunhome243"
},
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[figma-mcp-express on Agent Plugins Marketplace](https://pluginsmp.com/plugins/figma-mcp-express)