Odel
figma edit mcp

figma edit mcp

Local
@neozhehan9TypeScriptMITUpdated 1w ago

Programmatically read, create, and modify Figma designs via MCP.

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-edit-mcpv2.3.3

Run

npx -y figma-edit-mcp

MCP client config

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