Skip to content

bem class extractor html for Grok

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:Grok transport:stdio runtime:npm

Install bem class extractor html in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bem class extractor html in other clients