Converting Figma designs with Cursor MCP

 

 

Instal Cursor

Instal Node.js → Verify version → type: node -v

Get Your Figma Token

Create new MPC server → open cursor settings → MPC → add new MCP → mcp.json
{
  "mcpServers": {
    "figma": {
      "type": "sse",
      "url": "http://localhost:3333/sse",
      "env": {
        "FIGMA_ACCESS_TOKEN": "ID figma token → Figma → settings → securityPersonal access tokens"
      }
    }
  }
}

Run in terminal:
npx figma-developer-mcp --figma-api-key=TokenIDfromFigma 

Copied selected frame/project from figma to Agent chat in Cursor