
Yungweng Claude Lsp Servers
- 19 repo stars
- Updated January 8, 2026
- yungweng/claude-lsp-servers
yungweng-claude-lsp-servers is a Claude Code plugin that hooks TypeScript, Python, and Go LSP servers into the agent for working code intelligence.
About
yungweng-claude-lsp-servers is a Claude Code plugin that connects language server protocol (LSP) backends so your agent gets structured code intelligence instead of inferring structure from grep and partial file reads. developers shipping TypeScript frontends, Python services, or Go binaries benefit when refactors span packages, when types matter for safe edits, and when diagnostics should surface before you run tests. The repo advertises one plugin entry oriented around gopls, pyright, Python, and TypeScript keywords—aimed at developers who want IDE-grade signals inside the agent loop. Install it when you already run these language servers on your machine and want Claude Code to honor definitions, references, and language-specific errors during build work. It is not a replacement for your test suite or formatter; it makes agent-driven changes more grounded in the same semantics your editor uses.
- Wires LSP-backed intelligence into Claude Code for TypeScript, Python, and Go
- Targets pyright, gopls, and TypeScript language-server workflows builders already use locally
- Reduces wrong renames and missing imports when the agent edits multi-file projects
- Single-plugin bundle focused on language servers, not a general marketplace pack
- Community-maintained alternative when built-in code intelligence feels thin
Yungweng Claude Lsp Servers by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install yungweng-claude-lsp-servers@yungweng/claude-lsp-serversAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 19 |
|---|---|
| Last updated | January 8, 2026 |
| Repository | yungweng/claude-lsp-servers ↗ |
What it does
Give Claude Code reliable jump-to-definition, diagnostics, and symbol-aware edits for TypeScript, Python, and Go without guessing from text search alone.
Who is it for?
Best when you use Claude Code daily on polyglot repos and already install pyright, gopls, or TS language tooling locally.
Skip if: Skip if you only touch markdown or config, or developers unwilling to install and maintain language-server binaries on your machine.
What you get
After you register the plugin and have local language servers available, Claude Code can lean on LSP-backed context for safer edits in TS, Python, and Go repos.
- LSP-backed navigation and diagnostics usable from Claude Code sessions
- More reliable multi-file edits in TypeScript, Python, and Go
- One-plugin bundle from yungweng/claude-lsp-servers registered in your agent
By the numbers
- Catalog lists 1 plugin in the bundle
- Documented language stacks: TypeScript, Python, Go
- Keyword anchors: gopls, pyright, LSP, language servers
Recommended Plugins
How it compares
Claude Code LSP wiring plugin, not a standalone MCP data connector or a single-purpose refactor skill.
FAQ
Who is Yungweng Claude Lsp Servers for?
and small-team developers who use Claude Code on TypeScript, Python, or Go codebases and want language-server accuracy during agent edits.
When should I use Yungweng Claude Lsp Servers?
Use it during active build work when you need definitions, references, or diagnostics aligned with pyright, gopls, or TypeScript LSP—not for idea research or launch SEO.
How do I add Yungweng Claude Lsp Servers to my agent?
Install the plugin from the yungweng/claude-lsp-servers repository into Claude Code per that repo’s plugin instructions, ensure the matching language servers are on your PATH, then enable the bundle in your Claude Code plugins settings.