A collection of Claude Code plugins providing language server integrations and development tools.
| Plugin | Description | Version |
|---|---|---|
| mpx-lsp | Mpx language server integration for .mpx files | 0.1.0 |
Install them the usual way. First make CC aware of the marketplace:
claude/plugin marketplace add https://github.com/lidongsevenlee/sevenlee-claude-code-pluginsThen enable the plugins of your choice:
claude/pluginsMarketplacessevenlee-claude-code-plugins marketplace and choose Browse pluginsProvides intelligent language features for Mpx.js single-file components in Claude Code.
.mpx filesmpx-language-server installed and available in PATHnode_modules/typescript/libDefault settings in .lsp.json:
{
"mpx": {
"command": "mpx-language-server",
"args": ["--stdio"],
"transport": "stdio",
"extensionToLanguage": { ".mpx": "mpx" },
"maxRestarts": 3
}
}
To add a new plugin, create a directory with its .lsp.json config and register it in .claude-plugin/marketplace.json.
MIT
lidongsevenlee ([email protected])
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub lidongsevenlee/sevenlee-claude-code-plugins --plugin mpx-lspRust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server
Go language server
Advanced Java skills for streams, concurrency, and generics.