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 files/py-typesShow type information for symbol/py-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