language-server-mcp

spiritledsoftware/language-server-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated today
You can't work without an LSP server, neither should your agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "language-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spiritledsoftware/language-server-mcp"
      ]
    }
  }
}

README Excerpt

<div align="center"> <h1>language-server-mcp</h1> <p><strong>Language Server Protocol tools for any Model Context Protocol host.</strong></p> <p> <a href="https://www.npmjs.com/package/language-server-mcp"><img alt="npm version" src="https://img.shields.io/npm/v/@spiritledsoftware/language-server-mcp?color=cb3837"></a>

Tools (2)

goplshover