#533 · Primary category: AI Coding Assistants

cclsp

claude claude-code lsp mcp mcp-server

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

Project last updated:02/22/26

GitHub Stars

672

Forks

51

Contributors

8

License

MIT

Why we included this project

Claude Code and other LLM-based coding agents often report wrong line and column numbers, which makes naive LSP integrations fragile and frustrating. cclsp is an MCP server that works around this by trying multiple position combinations and resolving symbols reliably, so the agent can jump to definitions, find references, rename symbols, and fetch diagnostics through tools like find_definition and get_diagnostics. Because it talks to any LSP-compatible language server, you get working navigation for TypeScript, Python, Go, Rust, and more without being tied to a specific IDE. The setup wizard detects the languages in your project, installs the matching language servers, and adds the MCP configuration to Claude, so you don't have to wire it all up by hand.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category