Language Server MCP Bridge

MCP server bridging Language Server Protocol (LSP) language servers with AI agents. Enables agents to use LSP capabilities — go-to-definition, find references, hover documentation, auto-completions, diagnostics — from any language server (TypeScript, Python, Go, Rust, etc.) without requiring a full IDE.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Developer Tools lsp language-server ide code-intelligence developer-tools mcp-server
⚙ Agent Friendliness
72
/ 100
Can an agent use this?
🔒 Security
69
/ 100
Is it safe for agents?
⚡ Reliability
62
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
65
Documentation
63
Error Messages
63
Auth Simplicity
95
Rate Limits
90

🔒 Security

TLS Enforcement
82
Auth Strength
65
Scope Granularity
62
Dep. Hygiene
65
Secret Handling
72

Local code analysis. Proprietary code stays local. No external data transmission.

⚡ Reliability

Uptime/SLA
60
Version Stability
63
Breaking Changes
62
Error Recovery
63
AF Security Reliability

Best When

An AI coding agent needs rich code intelligence capabilities — type information, reference navigation, diagnostics — from existing language servers without relying solely on file reading.

Avoid When

Your language doesn't have a quality LSP server, or you need simple pattern-based code search rather than semantic code intelligence.

Use Cases

  • Accessing code intelligence (definitions, references, types) from AI coding agents via LSP
  • Getting compiler diagnostics and type errors from language servers for debugging agents
  • Navigating codebases using go-to-definition and find-references from AI agents
  • Providing AI agents with hover documentation and auto-complete suggestions from language servers

Not For

  • Teams not using LSP-compatible language servers
  • Simple scripting or non-typed languages without good LSP support
  • Real-time IDE interaction (this is a bridge for agent use)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: none
OAuth: No Scopes: No

No authentication — local LSP server management. Requires language servers installed locally.

Pricing

Model: free
Free tier: Yes
Requires CC: No

Fully free open source. Language servers (typescript-language-server, pyright, etc.) are free.

Agent Metadata

Pagination
none
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • Language servers must be installed separately — typescript-language-server, pyright, etc.
  • LSP startup time can be significant for large projects — language servers index on first use
  • LSP behavior varies by language server implementation — test with your specific language
  • Community implementation — integration quality depends on LSP server compliance

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Language Server MCP Bridge.

$99

Scores are editorial opinions as of 2026-03-06.

5220
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered