Emacs client/library for the Language Server Protocol
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lsp-mode": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lsp-mode"
]
}
}
}