Sonarlint
Freeby MCP Community
MCP server providing SonarLint code analysis for Claude Desktop and other MCP clients
v0.5.4Added Apr 12, 2026
mcpsonarlintsonarqubecode-qualitystatic-analysis
Sonarlint MCP Server
MCP server providing SonarLint code analysis for Claude Desktop and other MCP clients
Installation
Reviews
Installation
Quick install
npx -y @nielspeter/sonarlint-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"sonarlint": {
"command": "npx",
"args": ["-y", "@nielspeter/sonarlint-mcp-server"]
}
}
}