Back to Plugins
Pyright LSP
Python type inference and environment awareness via Pyright. Static type checking, intelligent completions, and type stub support for Python development.
pythonlsptypingofficial
By Anthropic
Installation
claude plugins add pyright-lsp@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true
}
}Commands
py-checkRun Pyright type checker on Python filespy-typesShow type information for symbolpy-stubGenerate type stubs for moduleHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions