ts-lsp-mcp

trophygeek/ts-lsp-mcp
★ 1 stars TypeScript AI/LLM Updated today
A read-only MCP server bridging TypeScript 7 native language services (tsc --lsp) to LLM coding agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ts-lsp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trophygeek/ts-lsp-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that exposes the TypeScript 7 native language server (`tsc --lsp --stdio`, the Go-based compiler) to coding agents: go to definition, find references, hover types, file diagnostics — answered by the compiler that will actually build the project, rather than reconstructed from text search.

Tools (11)

TS_LSP_PROJECT_ROOTTS_LSP_SERVER_PATHts_definitionts_diagnosticsts_document_symbolsts_hoverts_implementationsts_referencests_server_infots_type_definitionts_workspace_symbols