Skip to main content
Glama
523,718 tools. Updated 2026-09-06 13:58

"How to use Figma" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Figma MCP Pack

  • The Figma MCP server brings Figma design context directly into your AI workflow.

  • Checks Figma WebSocket bridge health before using Figma tools. Returns status, connected clients, latency, and uptime to prevent failed operations.
    MIT
  • Pull the full design system from Figma—tokens, components, styles—into the local registry for developer use.
    MIT
  • Identifies the current viewport mode in Figma Slides, distinguishing between presentation and editing views.
    MIT
  • Check the current status of Plumb integration: view available data paths (Figma plugin or REST token), number of screens detected, compact-key legend for PDS responses, and token budget. No Figma access required.
    MIT
  • Read a .fig file from disk to list all screens across every page. Use it to inspect or implement screens without opening Figma, requiring no plugin pairing or token.
    MIT
  • List all currently connected Figma/FigJam plugin instances (Figma Desktop, FigJam browser, Figma browser). Returns fileKey, fileName, and connection time for each. Use when multiple windows or agents are active.
    MIT
  • Start the WebSocket server and wait for the Figma plugin to connect. Returns connection status and instructions to establish a live slide editing session.
    MIT
  • Retrieve detailed information about multiple Figma nodes by providing their IDs. Note: This tool is deprecated; use 'get_nodes' instead.
    MIT