MCP HubMCP Hub
A

language-server-mcp

By alexwohletz·Visit Source
MCP server for language support in code editing
January 28, 2025
2 months ago
8 Clicks

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.

Repository Info
Stars:
20
Forks:
7
Watchers:
20
Last Updated: 2 months ago