MC Figma Bridge
Provides tools for reading and modifying Figma documents, including retrieving document info, selection, node details, setting text, and creating frames.
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., "@MC Figma Bridgeread the currently selected element"
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.
MC Figma Bridge
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 documentApproach 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 installBuild:
pnpm buildJalankan manual untuk development:
pnpm devDefault WebSocket port adalah 3055. Bisa diganti dengan environment variable:
FIGMA_MCP_WS_PORT=3056 pnpm devCatatan: 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.
This server cannot be installed
Maintenance
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/mochammad123/mcp-figma'
If you have feedback or need assistance with the MCP directory API, please join our Discord server