Lsp MCP Server
L

Lsp MCP Server

lsp - mcp - server is a bridge server that connects Claude Code with the Language Server Protocol (LSP), providing semantic code intelligence features, including 24 tools such as code navigation, finding references, hover information, and code completion. It supports 10 programming languages including TypeScript, Python, and Rust.
2.5 points
4.4K

What is LSP MCP Server?

LSP MCP Server is a middleware that enables Claude Code to communicate with the intelligent servers (Language Server) of various programming languages. Through this server, Claude can obtain code intelligence functions similar to modern IDEs, such as jumping to definitions, finding all references, viewing type information, and auto - completion. In simple terms, it makes Claude Code smarter and able to understand the structure and semantics of code, not just text.

How to use LSP MCP Server?

Using LSP MCP Server requires three steps: 1. Install the server and the required language tools. 2. Configure the MCP settings of Claude Code. 3. Use LSP tools directly in Claude Code. Once configured, you can directly tell Claude: "Jump to the definition of this function" or "Find all references of this class", and Claude will use LSP tools to obtain accurate code information.

Use cases

LSP MCP Server is particularly suitable for the following scenarios: • Explore and understand large codebases. • Safely rename symbols when refactoring code. • Find errors and warnings in the code. • Understand complex function call relationships. • Quickly view the public API of a module. • Format code to maintain consistency.

Main features

Intelligent code navigation
Jump to the definition location of a symbol based on semantics rather than text matching. Supports jumping to type definitions, finding implementations, etc.
Reference search
Find all usage locations of a symbol in the entire workspace, supporting pagination and filtering.
Symbol search
Search for symbols (classes, functions, variables, etc.) by name, supporting fuzzy matching and filtering by type.
Hover information
Get the type information, documentation comments, and detailed descriptions of a symbol, presented in Markdown format.
Real - time diagnosis
Get error, warning, and hint information in the code, supporting viewing by file or the entire workspace.
Safe refactoring
Preview all changes when renaming a symbol to ensure safe refactoring. Supports code actions and quick fixes.
Code analysis
Analyze file structure, import - export relationships, call hierarchies, and type hierarchies.
Multi - language support
Supports 10 programming languages: TypeScript/JavaScript, Python, Rust, Go, C/C++, Ruby, PHP, Elixir, Kotlin, Java.
Intelligent search
Obtain complete information about a symbol in a single call: definition, references, type information, call relationships, etc.
Code formatting
Format code using the formatting function of the language server, supporting preview and direct application.
Advantages
Semantic understanding: Based on code structure rather than text matching, the results are more accurate.
Multi - language support: Covers mainstream programming languages, no need to learn different tools for each language.
Real - time feedback: Diagnostic information is updated in real - time, no need to manually run the compiler.
Safe refactoring: All changes can be previewed before renaming to avoid destructive modifications.
Intelligent navigation: Understands code relationships, can jump to definitions, find references, view implementations, etc.
Simple configuration: Most language servers are automatically detected and ready to use out of the box.
Performance optimization: The server starts on demand and shuts down automatically when idle to save resources.
Limitations
Requires installation of language servers: Each language requires a separate installation of the corresponding language server.
Large file limit: Files larger than 10MB are not supported to prevent memory issues.
Absolute path requirement: All file paths must be absolute paths.
Diagnostic delay: Diagnostic information is pushed, and you may need to wait for the server to analyze.
Configuration complexity: Some language servers require specific configuration files (such as tsconfig.json).
Learning curve: You need to understand the usage and parameters of LSP tools.

How to use

Install Node.js and language servers
First, make sure Node.js version 18.0.0 or higher is installed. Then install the corresponding language servers according to the programming languages you use.
Install LSP MCP Server
Clone the repository, install dependencies, and then build the project.
Configure Claude Code
Create or edit the.mcp.json file in the user directory and add the LSP MCP Server configuration.
Restart Claude Code and verify
Restart Claude Code to make the configuration take effect, and then use the lsp_server_status tool to check the server status.
Start using LSP tools
Now you can use various LSP tools to explore and analyze code.

Usage examples

Explore the codebase structure
When you are new to a project, you can use LSP tools to quickly understand the code structure.
Safely rename a function
When you need to rename a widely used function, you can preview all changes first to ensure that the existing code will not be damaged.
Find code errors
Quickly locate type errors and potential problems in the code.
Understand function call relationships
Analyze the call chain of a complex function to understand the code execution process.
Find all implementations of an interface
When you have an interface or an abstract class, find all specific implementation classes.

Frequently Asked Questions

Why does lsp_diagnostics return an empty result?
What should I do if the 'File path must be absolute' error occurs?
What if the language server cannot be found?
Why do the position parameters always cause errors?
What should I do if a file is too large and is rejected?
How to add support for a new language?
What should I do if the request times out?
What should I do if the server crashes frequently?

Related resources

GitHub repository
Source code and the latest version of LSP MCP Server
Model Context Protocol documentation
Official specification and documentation of the MCP protocol
Language Server Protocol documentation
Official specification and documentation of the LSP protocol
Claude Code documentation
Usage guide and documentation of Claude Code
TypeScript language server
GitHub repository of the TypeScript language server
Python language server
GitHub repository of the Python language server

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "lsp": {
      "command": "node",
      "args": ["/absolute/path/to/lsp-mcp-server/dist/index.js"],
      "env": {
        "LSP_LOG_LEVEL": "info"
      }
    }
  }
}

{
  "mcpServers": {
    "lsp": {
      "command": "lsp-mcp-server"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
5.5K
4.5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.4K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
7.6K
5 points
R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
10.5K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
10.8K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.5K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
10.6K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.4K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
34.3K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.5K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
72.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.4K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.0K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
98.2K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase