Skip to content
Cursor

bem class extractor html for Cursor

io.github.jmshinhwa/bem-class-extractor-html

16 BEM naming rules read the HTML file you have open and 22 markup and SCSS skeletons write the styl

client:Cursor transport:stdio runtime:npm

Install bem class extractor html in Cursor

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

{
  "mcpServers": {
    "bem-class-extractor-html": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/bem-class-extractor-html"
      ]
    }
  }
}

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

bem class extractor html in other clients