$ timeahead.in
/ servers/npm/@eslint/mcp
npm

@eslint/mcp

MCP server for ESLint

338 stars21k/wkupdated 1d agogithub ↗
90excellent
▣ Overview

What it does

An MCP server that integrates ESLint into Claude and other MCP clients. It analyzes JavaScript and TypeScript code by reading project files without requiring external network calls. The README excerpt doesn't detail the implementation, so see the @eslint/mcp package documentation for specifics on which ESLint features are exposed and how results are delivered to the client.

Who it's for

JavaScript and TypeScript developers using Claude Code or other MCP-enabled editors who want linting feedback integrated into their development environment without context switching.

Common use cases

  • Check code for linting violations while editing in Claude Code
  • Run ESLint analysis on multiple files across a project
  • Integrate linting feedback into AI-assisted code review workflows

Setup pitfalls

  • Requires read and write access to the filesystem—ensure the server has permissions to scan your project directory
  • ESLint configuration files (.eslintrc, eslint.config.js) must be discoverable in the working directory or parent paths
  • The package reports zero tools in the capability scan, which is atypical for an MCP server—this may indicate early development or reliance on resources rather than tools; verify current functionality against the official package documentation before production use
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
77
15.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
90.4
⚿ Capabilities & Risk Explainer
fs readfs writeexecsecrets
◆ Risk level: medium
fs read + fs write + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "eslintmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@eslint/mcp"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)20
top contributor share19%
releases (1y)85
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads21k
github stars338
forks47
open issues9
license✓ present
readme length3796 chars
last publish1d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points