StackMCP
codeOfficial

ESLint MCP

89

ESLint

Run ESLint diagnostics, fix linting issues, and inspect ESLint configuration directly from your AI editor using the official ESLint MCP server.

25.6k12.0k/wk2.1K tokens(1%)Official1w ago
lintingcode-qualityjavascripttypescriptstatic-analysis

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "eslint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@eslint/mcp"
      ]
    }
  }
}
View on GitHubnpm