Back to Apps

Language Server MCP
by alexwohletz
Exposes Language Server Protocol (LSP) capabilities to AI assistants for enhanced code analysis and editing.
0 stars
Works in:claude
Exposes:Tools
What it does
Language Server MCP bridges the gap between the Model Context Protocol and the Language Server Protocol (LSP). It allows AI assistants to perform deep code analysis by leveraging existing LSP servers, enabling features like precise hover information, semantic code completions, and real-time diagnostics directly within the AI's context.
Tools
get_hover: Retrieves detailed hover information for a specific position in a document.get_completions: Provides intelligent code completion suggestions for a given cursor position.get_diagnostics: Fetches all diagnostic information (errors and warnings) for a specific file.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"language-server-mcp": {
"command": "/path/to/language-server-mcp/build/index.js"
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g language-server-mcpInformation
- Pricing
- free
- Published
- 6/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"language-server-mcp": {
"command": "/path/to/language-server-mcp/build/index.js"
}
}
}





