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

Installation

claude plugins add pyright-lsp@claude-plugins-official

Configuration

{
  "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 module

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub