MCP Directory

cclsp

by ktnyt · TypeScript · ★ 622

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers