MCP Directory

cclsp

by ktnyt · TypeScript · ★ 659

Claude Code LSP: enhance your Claude Code experience with non-IDE dependent LSP integration.

#claude#claude-code#lsp#mcp#mcp-server

Install

npx -y github:ktnyt/cclsp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "cclsp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ktnyt/cclsp"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/ktnyt-cclsp) [](https://www.npmjs.com/package/cclsp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://github.com/ktnyt/cclsp/actions/workflows/ci.yml) [](https://www.npmjs.com/package/cclsp) [](CONTRIBUTING.md) **cclsp** is a Model Context Protocol (MCP) server that seamlessly integrates LLM-based coding agents with Language Server Protocol (LSP) servers. LLM-based coding agents often struggle with providing accurate line/column numbers, which makes naive attempts to integrate with LSP servers fragile and frustrating. cclsp solves this by inte…
Read full README on GitHub →

Related developer tools servers