# emacs-lsp/lsp-mode | Model Context Protocol (MCP) Server > Emacs client/library for the Language Server Protocol - **Stars**: ⭐ 5,100 - **Language**: Emacs Lisp - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lsp-mode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lsp-mode" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lsp-mode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lsp-mode" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lsp-mode` - **Docker**: `docker run -i --rm mcp/lsp-mode`