stephanj/LSP4J-MCP
A Java MCP (Model Context Protocol) server that wraps JDTLS (Eclipse JDT Language Server) using LSP4J to provide Java IDE features to AI assistants like Claude.
Platform-specific configuration:
{
"mcpServers": {
"LSP4J-MCP": {
"command": "npx",
"args": [
"-y",
"LSP4J-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...