Skip to content
VS Code

figma edit mcp for VS Code

io.github.neozhehan/figma-edit-mcp

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

client:VS Code transport:stdio runtime:npm

Install figma edit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "figma-edit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-edit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

figma edit mcp in other clients