Cclsp
UnclaimedClaude Code LSP: enhance your Claude Code experience with non-IDE dependent LSP integration.
Install
npx cclsp@latest setupUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
character
The character position in the line (1-indexed)
dry_run
If true, only preview the changes without applying them (optional, default: false)
extensions
Array of file extensions to restart servers for (e.g., ["ts", "tsx"]). If not provided, all servers will be restarted (optional)
file_path
The path to the file
find_definition
Find the definition of a symbol by name and kind in a file. Returns definitions for all matching symbols.
find_references
Find all references to a symbol across the entire workspace. Returns references for all matching symbols.
get_diagnostics
Get language diagnostics (errors, warnings, hints) for a file. Uses LSP textDocument/diagnostic to pull current diagnostics.
include_declaration
Whether to include the declaration (optional, default: true)
line
The line number (1-indexed)
new_name
The new name for the symbol
rename_symbol
Rename a symbol by name and kind in a file. This tool now applies the rename to all affected files by default. If multiple symbols match, returns candidate positions and suggests using renamesymbolstrict.
rename_symbol_strict
Rename a symbol at a specific position in a file. Use this when renamesymbol returns multiple candidates. This tool now applies the rename to all affected files by default.
restart_server
Manually restart LSP servers. Can restart servers for specific file extensions or all running servers.
symbol_kind
The kind of symbol (function, class, variable, method, etc.) (optional)
symbol_name
The name of the symbol