w3-mcp-server-lsp
Provides an MCP server (stdio) that wraps a TypeScript Language Server to offer LSP-backed code intelligence tools such as go-to-definition, hover, and find-references for JavaScript/TypeScript projects.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Transport security for stdio is not applicable; README does not specify auth/authorization for the MCP server beyond a proxy token mentioned for the inspector URL. The server likely accesses local files under PROJECT_ROOT; ensure PROJECT_ROOT and file paths are controlled to avoid unintended filesystem exposure. Secret handling practices and logging redaction are not documented.
⚡ Reliability
Best When
You want to add LSP code intelligence to an MCP client for JavaScript/TypeScript and you can run the server locally with a properly configured project root.
Avoid When
You need documented authentication/authorization controls, strict rate-limit guarantees, or multi-tenant SaaS-style deployment constraints.
Use Cases
- • IDE/agent-driven code navigation (definition, hover, references) for JS/TS codebases
- • Integrating LSP capabilities into an MCP-compatible client (e.g., Claude Code)
- • Interactive debugging/testing of MCP tools via an MCP inspector web UI
Not For
- • Production-grade managed hosted service (appears to be a local developer tool/server)
- • Non-JS/TS languages (e.g., Python, Go) without additional language server support
- • Environments requiring a strict security model with fine-grained auth policies (not clearly specified)
Interface
Authentication
README references an inspector URL with MCP_PROXY_AUTH_TOKEN but does not define a full auth model for the MCP server itself (stdio mode appears local).
Pricing
No pricing described; appears to be a library/tool distributed under MIT.
Agent Metadata
Known Gotchas
- ⚠ Tool inputs use 0-indexed line/character positions (off-by-one risk).
- ⚠ file_path is relative to PROJECT_ROOT; incorrect root/path will cause failures.
- ⚠ Requires typescript-language-server to be installed and discoverable on PATH (or configured via the install steps).
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for w3-mcp-server-lsp.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.