Skip to content
Cursor

figma edit mcp for Cursor

io.github.neozhehan/figma-edit-mcp

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

client:Cursor transport:stdio runtime:npm

Install figma edit mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma edit mcp in other clients