Odel
figma mcp express

figma mcp express

Local
@sunhome2435GoMITUpdated 3w ago

Compact Figma MCP with validated batch ops through a local plugin bridge.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfigma-mcp-expressv2.8.1

Run

npx -y figma-mcp-express

MCP client config

{
  "mcpServers": {
    "figma-mcp-express": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-express"
      ]
    }
  }
}