TS Lsp MCP — AI skill for Claude Code
Give AI agents IDE superpowers for TypeScript.
How to install TS Lsp MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jaenster/ts-lsp-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What TS Lsp MCP does
Give AI agents IDE superpowers for TypeScript.
Alternatives in AI
- Open Knowledge — Beautiful, AI-native markdown IDE and LLM wiki 3.7k ★
- Empryo — Empryo issue tracker + SoulForge (v2) 1.1k ★
- Octocode — Structural code intelligence for AI agents — semantic search, knowledge graphs, and a built-in MCP server in o 464 ★
README
ts-lsp-mcp
[](https://www.npmjs.com/package/ts-lsp-mcp) [](https://www.npmjs.com/package/ts-lsp-mcp) [](https://github.com/jaenster/ts-lsp-mcp/blob/main/LICENSE)
MCP server exposing TypeScript LSP-like functionality to AI agents.
Gives AI agents the same "what's the type at this position?" powers that IDE users have.
Quick Start
Install into Claude Code
# Install to current project (recommended)
npx ts-lsp-mcp install cc
# Or install globally for all projects
npx ts-lsp-mcp install cc --global
That's it! The MCP server is now available to Claude Code.
Uninstall
npx ts-lsp-mcp uninstall cc
Manual Installation
Global npm install
npm install -g ts-lsp-mcp
ts-lsp-mcp install cc
Manual config
Add to your Claude Code MCP config (`.mcp.json` in project or `~/.claude/settings.json` globally):
{
"mcpServers": {
"ts-lsp-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "ts-lsp-mcp", "serve", "--stdio"]
}
}
}
HTTP/SSE Mode
For remote clients or debugging:
ts-lsp-mcp --http --port 3000
Endpoints:
GET /sse- SSE connectionPOST /message- Send messagesGET /health- Health check
Available Tools
| Tool | Description |
|---|---|
getTypeAtPosition |
Get the TypeScript type at a specific file:line:col |
getDefinition |
Go to definition |
getReferences |
Find all references |
getHover |
Get hover documentation |
getCompletions |
Get autocomplete suggestions |
getDiagnostics |
Get type errors and warnings |
traceType |
Trace where a type comes from and how it's composed |
runTypeTests |
Run type assertions from @ts-lsp-mcp comments |
checkInlineCode |
Type-check inline TypeScript without creating files |
Related Skills
Patter
Open-source voice-AI SDK. The Vapi/Retell alternative for builders who want to own the stack. Give your AI age
Codesift
Token-efficient code intelligence for AI agents — 66 MCP tools via tree-sitter AST, BM25F search, semantic sea
O2 Scalpel
LSP-driven semantic refactoring for agentic AI (MCP server + Claude Code plugin)
Octofs
Rust MCP server giving AI agents filesystem superpowers: view, edit, batch-edit, shell and workdir tools with
PluginPocket
PluginPocket · Your AI superpowers, in your pocket. Open-source, self-hosted plugins, Agent Skills, bundles an
Asynkor
File leasing for AI agent teams. One MCP server. Any IDE. Zero merge conflicts.
Related Agents
IDE Code Reviewer
Expert code reviewer that uses IDE bridge LSP tools for deep analysis. Reviews code for correctness, security,
Fullstack Implementer
Use to implement a planned feature end-to-end in a Next.js + TypeScript + MongoDB app - schema, service, serve
Developers
VP of Engineering who leads six skills — superpowers (engineering protocols), context7 (live library docs), mc