Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Stylelint

БесплатноНе проверен

Enables AI models to run Stylelint on CSS files and fix linting warnings directly through the Model Context Protocol.

GitHubEmbed

Описание

Enables AI models to run Stylelint on CSS files and fix linting warnings directly through the Model Context Protocol.

README

A Model Context Protocol (MCP) server for Stylelint that enables AI models to interact with Stylelint directly.

Installation

npm -D install stylelint-mcp

Note: You must have stylelint installed either globally or locally in your project.

Usage

The server is started automatically by your editor’s MCP client, but you can run it manually for testing:

npx stylelint-mcp

Editor setup examples

VS Code

Add .vscode/mcp.json:

{
  "servers": {
    "Stylelint": {
      "type": "stdio",
      "command": "npx",
      "args": ["stylelint-mcp@latest"]
    }
  }
}

Cursor

Add .cursor/mcp.json:

{
  "mcpServers": {
    "stylelint": {
      "command": "npx",
      "args": ["stylelint-mcp@latest"],
      "env": {}
    }
  }
}

Example prompts

Run Stylelint on the current file and explain the warnings

Lint #file:index.css and fix

License

MIT

from github.com/ryo-manba/stylelint-mcp

Установка Stylelint

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ryo-manba/stylelint-mcp

FAQ

Stylelint MCP бесплатный?

Да, Stylelint MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Stylelint?

Нет, Stylelint работает без API-ключей и переменных окружения.

Stylelint — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Stylelint в Claude Desktop, Claude Code или Cursor?

Открой Stylelint на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Stylelint with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai