CSS linting tool. Enforce conventions, catch errors, and maintain consistency in stylesheets.
npx -y @stylelint/mcp-server-stylelint
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"stylelint": {
"command": "npx",
"args": ["-y", "@stylelint/mcp-server-stylelint"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleCSS linting tool. Enforce conventions, catch errors, and maintain consistency in stylesheets.
Language: JavaScript
Category: Developer Tools