
Jsperger Claude Ty Lsp
- Updated July 9, 2026
- jsperger/claude-ty-lsp
jsperger-claude-ty-lsp is a Claude Code plugin that runs the ty Python language server for type checking and LSP code intelligence.
About
jsperger-claude-ty-lsp is a Claude Code plugin that exposes the ty Python language server for type checking and code intelligence while the agent works on Python codebases. developers shipping APIs, automation scripts, or agent tooling in Python benefit when Claude sees the same diagnostics a local IDE would surface, reducing silent type errors before tests run. The listing describes one development-focused plugin centered on LSP, Python, and the ty checker rather than a broad multi-language pack. Install when your stack is Python-heavy and you want inline feedback without constantly running mypy or pyright manually. Intermediate users should expect to configure Python environments and LSP startup per the repository instructions. It complements test suites in Ship but lives in the daily edit-compile loop of Build.
- Claude Code plugin wrapping the ty Python type checker as an LSP
- Type checking and code intelligence for Python files in-agent
- Keywords: language server, lsp, python, ty, type checker
- Single development-category plugin from jsperger/claude-ty-lsp
- Bridges editor-grade feedback into Claude Code sessions
Jsperger Claude Ty Lsp by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin install jsperger-claude-ty-lsp@jsperger/claude-ty-lspAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | July 9, 2026 |
|---|---|
| Repository | jsperger/claude-ty-lsp ↗ |
What it does
Enable the ty Python language server inside Claude Code for fast type checking and code intelligence while you edit Python backends and scripts with the agent.
Who is it for?
Python developers using Claude Code who want ty-powered LSP feedback on services, CLIs, and agent-side Python tooling.
Skip if: Pure TypeScript or Rust repos, or teams that refuse local language-server setup in the agent environment.
What you get
After install, ty LSP diagnostics and intelligence surface inside Claude Code so you fix typing issues while implementing backends and scripts.
- ty-powered Python LSP wired into Claude Code
- Live type-check feedback during agent edits
- One-plugin development bundle from claude-ty-lsp
By the numbers
- pluginCount: 1
- Repository: jsperger/claude-ty-lsp
- Categories: development
Recommended Plugins
How it compares
Language-server devtools plugin, not an MCP integration or marketing skill.
FAQ
Who is Jsperger Claude Ty Lsp for?
Claude Code developers writing Python who want ty type checking and LSP intelligence during agent-assisted edits.
When should I use Jsperger Claude Ty Lsp?
Use it throughout Build when you are implementing or refactoring Python backends, scripts, or tool code with Claude.
How do I add Jsperger Claude Ty Lsp to my agent?
Register jsperger/claude-ty-lsp as a Claude Code plugin marketplace, install the plugin, and follow repo setup so ty LSP starts with your Python project.