pmd for Claude Desktop
io.github.roeiba/pmd
MCP server for PMD static code analyzer - run code analysis and detect duplicates
client:Claude Desktop
transport:stdio
runtime:npm
Install pmd in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pmd": {
"command": "npx",
"args": [
"-y",
"@springsoftware/pmd-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs