
Sevenlee Claude Code Plugins
Install the MPX language-server plugin so Claude Code gets completions and diagnostics on `.mpx` mini-program files via stdio LSP.
Overview
sevenlee-claude-code-plugins is a plugin marketplace for the Build phase that registers the MPX language server inside Claude Code.
What is this marketplace?
- Single-plugin marketplace bundling `mpx-lsp` for @mpxjs/language-server
- Stdio transport with `.mpx` → `mpx` language mapping and `agent: true` init
- Auto-restart cap of 3 for flaky LSP processes
- Tags: mpx, lsp, language-server for marketplace discovery
- Maintained by sevenlee (lidongsevenlee@gmail.com)
- 1 plugin in marketplace (`mpx-lsp`)
- Marketplace version 1.0.0; plugin version 0.1.0
Community signal: 1 GitHub stars.
What problem does it solve?
Claude Code cannot understand MPX project files out of the box, so agent edits on `.mpx` code lack reliable completions and diagnostics.
Who is it for?
Solo builders shipping WeChat or multi-platform MPX apps who live in Claude Code and want LSP-grade MPX support.
Skip if: Teams on pure React/Next stacks with no MPX sources or agents that do not support Claude Code LSP plugins.
What do I get? / Deliverables
With `mpx-lsp` installed, Claude Code runs `mpx-language-server` and surfaces MPX-aware LSP feedback while you build.
- Registered `mpx-lsp` plugin in your Claude Code environment
- Live stdio LSP session for MPX with extension-to-language mapping
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Marketplaces that ship LSP servers extend the coding agent during implementation, which maps to Build. The lone `mpx-lsp` plugin registers `mpx-language-server` with Claude Code’s LSP bridge—classic agent-tooling, not app runtime code.
How it compares
Curated LSP plugin marketplace, not a standalone agent skill or MCP server.
Common Questions / FAQ
Who is Sevenlee Claude Code Plugins for?
MPX and mini-program developers who use Claude Code and need first-party language-server integration for `.mpx` files.
When should I use Sevenlee Claude Code Plugins?
When you are actively coding in an MPX repo and want diagnostics and completions wired into Claude Code via the `mpx-lsp` plugin.
How do I add Sevenlee Claude Code Plugins to my agent?
Add the marketplace in Claude Code plugin settings, install the `mpx-lsp` plugin, and ensure `mpx-language-server` is on your PATH for stdio mode.