@eslint/mcp
Freeby MCP Community
MCP server for ESLint
v0.3.4Added Apr 12, 2026
eslintmcp
@eslint/mcp MCP Server
MCP server for ESLint
Installation
Reviews
Installation
Quick install
npx -y @eslint/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@eslint/mcp": {
"command": "npx",
"args": ["-y", "@eslint/mcp"]
}
}
}