Claude Code plugin marketplace
npx claudepluginhub flaksit/claude-code-pluginsPython language server based on basedpyright
A marketplace for Claude Code plugins.
This repository serves as a plugin marketplace for Claude Code, providing Language Server Protocol (LSP) integrations and other plugins to enhance Claude's development capabilities.
Python language server based on basedpyright, a community fork of pyright with additional features and improvements.
Features:
.py and .pyi filesTo add this plugin marketplace to Claude Code, run:
/plugin marketplace add flaksit/flaks-claude-code-plugins
Install the basedpyright-lsp plugin:
/plugin install basedpyright-lsp@flaks-claude-code-plugins
Or browse and install interactively:
/plugin
The plugin will automatically install basedpyright on first use. If auto-install fails, you can install manually:
Via uv (recommended):
uv tool install basedpyright
Via pip:
pip install basedpyright
The plugin structure and implementation is inspired by the excellent work from boostvolt/claude-code-lsps by Jan Kott and contributors. Thank you for pioneering LSP integration examples for Claude Code!
MIT