LSP4J-MCP

stephanj/LSP4J-MCP
★ 18 stars Java 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lsp4j-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stephanj/LSP4J-MCP"
      ]
    }
  }
}

Topics

claudecodecodexgeminijavalanguageserverprotocolllmlspmcpmodel-context-protocol