lsp-mode

GitHub

Emacs client/library for the Language Server Protocol

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "lsp-mode": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lsp-mode"
      ]
    }
  }
}