MC Figma Bridge
FreeNot checkedEnables Cursor (MCP client) to interact with an active Figma document through a local WebSocket bridge and Figma plugin, providing tools to read and modify canv
About
Enables Cursor (MCP client) to interact with an active Figma document through a local WebSocket bridge and Figma plugin, providing tools to read and modify canvas elements like text and frames.
README
MCP server lokal untuk menghubungkan Cursor dengan file Figma yang sedang dibuka melalui Figma Plugin + WebSocket.
Arsitektur
Cursor / MCP Client
-> MCP stdio server
-> local WebSocket ws://localhost:3055
-> Figma Plugin UI
-> Figma Plugin main thread
-> Active Figma document
Approach ini berbeda dari MCP database. Database bisa dikoneksi langsung lewat driver, sementara kontrol canvas Figma membutuhkan plugin yang aktif di editor.
Tools
figma_connection_status: cek status bridge dan plugin aktif.figma_get_document_info: baca metadata file/page aktif.figma_get_selection: baca node yang sedang dipilih.figma_read_node: baca node bynodeId, atau selection pertama jika kosong.figma_set_text: ganti isi text node.figma_create_frame: buat frame baru di page aktif.
Setup
Install dependency:
pnpm install
Build:
pnpm build
Jalankan manual untuk development:
pnpm dev
Default WebSocket port adalah 3055. Bisa diganti dengan environment variable:
FIGMA_MCP_WS_PORT=3056 pnpm dev
Catatan: plugin Figma saat ini memakai port 3055 secara statis di figma-plugin/ui.html. Jika port server diganti, ubah port plugin juga.
Cursor MCP Config
Tambahkan server ini ke konfigurasi MCP Cursor:
{
"mcpServers": {
"mc-figma": {
"command": "node",
"args": [
"C:\\Users\\IT 13\\Documents\\FAISAL\\RND\\MCP\\mc-figma\\dist\\index.js"
]
}
}
}
Untuk development, bisa pakai:
{
"mcpServers": {
"mc-figma": {
"command": "pnpm",
"args": [
"--dir",
"C:\\Users\\IT 13\\Documents\\FAISAL\\RND\\MCP\\mc-figma",
"tsx",
"src\\index.ts"
]
}
}
}
Load Plugin di Figma
- Buka Figma Desktop.
- Masuk ke
Plugins -> Development -> Import plugin from manifest.... - Pilih
figma-plugin/manifest.json. - Jalankan plugin
MC Figma Bridge. - Pastikan status plugin menampilkan connected.
Batasan MVP
- Figma harus terbuka dan plugin harus aktif.
- Hanya satu plugin connection yang dilayani oleh bridge.
figma_set_textbelum mendukung text node dengan mixed font.- Tool read memakai
depthlimit untuk mencegah response terlalu besar. - Ini cocok untuk workflow interaktif, bukan batch job backend headless.
Installing MC Figma Bridge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mochammad123/mcp-figmaFAQ
Is MC Figma Bridge MCP free?
Yes, MC Figma Bridge MCP is free — one-click install via Unyly at no cost.
Does MC Figma Bridge need an API key?
No, MC Figma Bridge runs without API keys or environment variables.
Is MC Figma Bridge hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install MC Figma Bridge in Claude Desktop, Claude Code or Cursor?
Open MC Figma Bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
by jangjo123Compare MC Figma Bridge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
