LSP MCP
mcp-serverStable
An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.
Stars
190
Δ stars 7d
+2
Δ stars 30d
—
Forks
27
Contributors
1
npm DL / wk
—
PyPI DL / wk
—
Language
TypeScript
Last push
2025-03-31
About LSP MCP
An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase. let foo = "bar"; function x() { let foo = 123; console.log(foo); } x(); console.log(foo); ``` A global foo (string type) initialized with the value "bar" A local foo (number type) inside the function x() initialized with the value 123
Read the full README on GitHub →
LSP MCP growth signals this week
- Gained 2 stars in the last 7 days
Growth score: 15/100 week of 2026-06-29
Signal history
| Week | Score | Δ★ | Signal |
|---|---|---|---|
| 2026-06-29 | 15 | +2 | Stable |
| 2026-06-15 | 52 | +7 | Stable |
LSP MCP alternatives
Projects in the same category, closest in size — picked by data, not opinion.
See all mcp-server projects ranked by growth →
Frequently asked questions
- Is LSP MCP still maintained?
- Activity is low: the last push was on 2025-03-31 (466 days before our latest snapshot).
- Is LSP MCP growing?
- It is stable this week, with a growth score of 15/100. See the weekly history above.
- What are the best LSP MCP alternatives?
- Closest by category and size in our data: Siri Shortcuts MCP Server, io.github.VictoriaMetrics/mcp-victoriametrics, Doc/docx-MCP — full list with live signals above.
Embed this badge
Show your project's live signal in your README — it updates weekly with the data.
Tracked since 2026-06-20 · data as of 2026-07-10 · 6 open issues · 0 releases