16 BEM naming rules read the HTML file you have open and 22 markup and SCSS skeletons write the styl
claude mcp add bem-class-extractor-html -- npx -y @readystack/bem-class-extractor-html
claude_desktop_config.json
{
"mcpServers": {
"bem-class-extractor-html": {
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bem-class-extractor-html": {
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bem-class-extractor-html": {
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bem-class-extractor-html": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bem-class-extractor-html": {
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--bem-class-extractor-html/reviews or the review_server meta-tool.
POST /mcp