Lint On Save
MCP Serverby aitmpl.com · Added 5mo ago
Claude
2.3k
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"lint-on-save": {
"command": "npx",
"args": [
"lint-on-save"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Automatically run linting tools after file modifications. Supports ESLint for JavaScript/TypeScript, Pylint for Python, and RuboCop for Ruby.
Tags
developmenthookaitmplhook