About
Overview
The ESLint MCP Server enables AI agents to run ESLint on code for automated linting. It provides tools for analyzing files, getting rule documentation, fixing auto-fixable issues, and configuring lint rules. Supports ESLint flat config and all standard plugins.
Capabilities
Tools & Capabilities
⚡lint_file
Run ESLint on a specific file
⚡lint_text
Run ESLint on a code string
⚡fix_file
Auto-fix lint issues in a file
⚡get_rule
Get documentation for a specific ESLint rule
Setup
Installation
bash
Install
npx -y mcp-server-eslintExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"eslint": {
"command": "npx",
"args": ["-y", "mcp-server-eslint"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 85
Last UpdatedFeb 12, 2026