Table of content
Python language server (Pyright) for type checking and code intelligence
Installation
npx claude-plugins install @anthropics/claude-plugins-official/pyright-lsp
Contents
Files: README.md
Documentation
Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.
Supported Extensions
.py, .pyi
Installation
Install Pyright globally via npm:
npm install -g pyright
Or with pip:
pip install pyright
Or with pipx (recommended for CLI tools):
pipx install pyright