Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"cclsp": {
"command": "npx",
"args": [
"-y",
"cclsp"
]
}
}
}
Or smoke-test directly:
npx -y cclsp
Details
| Website | https://www.npmjs.com/package/cclsp |
|---|---|
| GitHub | git+https://github.com/ktnyt/cclsp.git |
| License | unknown |
| Pricing | free |
| Tags | mcp lsp language-server model-context-protocol claude-code |
| Sources | npm |
| Discovered | 2026-05-25 |