Skip to content

@eslint/mcp

Free

by MCP Community

MCP server for ESLint

v0.3.4Added Apr 12, 2026
eslintmcp
Works with:ClaudeGPTGeminiCopilot

@eslint/mcp MCP Server

MCP server for ESLint

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @eslint/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@eslint/mcp": {
      "command": "npx",
      "args": ["-y", "@eslint/mcp"]
    }
  }
}