lsp-mcp

jonrad/lsp-mcp
★ 175 stars TypeScript 🤖 AI/LLM Updated 1mo ago
An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.
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": {
    "lsp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jonrad/lsp-mcp"
      ]
    }
  }
}