language-server-mcp
What is this MCP
This is a Model Context Protocol server that provides language support features for code editing, including hover information, code completion, and diagnostics. It's built in TypeScript and implements the MCP protocol for client communication.
How to use this MCP
Install the server by adding its configuration to Claude Desktop's settings file, specifying the path to the built JavaScript file. The server communicates via stdio and provides three main tools: get_hover, get_completions, and get_diagnostics.
What this MCP can be used for
Enhancing code editing experiences in IDEs or text editors by providing intelligent language features. It can be integrated with applications supporting MCP to offer real-time code analysis, suggestions, and error detection for TypeScript and potentially other languages.