The largest by volume is Business Panel at nearly 12 KB of instructions. The most compact is Deep Research at about 1.6 KB.
MCP Is Not Part of the Framework
Here the documentation makes an important qualification, and it is worth reading before installing. The section is literally titled "reality check".
What MCP servers are: external Node.js processes that provide additional tools. What they are not: built-in SuperClaude functionality. That is the wording verbatim.
The eight servers are: Tavily for web search, Context7 for library documentation, Sequential-Thinking for multi-step reasoning, Serena for memory across sessions, Playwright for the browser, Magic for generating interfaces, Morphllm-Fast-Apply for code edits, and Chrome DevTools for performance analysis.
Two of them are paid, and the documentation says so in the troubleshooting section: Magic and Morphllm errors are expected without API keys, these are paid services. Tavily has a free tier. The servers themselves need Node.js 16 or later.
The Claimed 2-3x and 30-50 Percent
The README states: with MCP servers, execution is two to three times faster and uses 30 to 50 percent fewer tokens. It is repeated below as a comparison line: without MCPs, fully functional and standard performance; with MCPs, faster and cheaper.
There is no method behind those numbers at all. No model, no workload description, no run count, no baseline. All there is is a note that Serena is responsible for the speed and Sequential for the token saving.
The research-depth figures, by contrast, are stated properly, because they are settings rather than measurements: up to five iterative searches, 20 to 40 sources at the deep level, and over 40 at the exhaustive one.
The Documentation Disagrees With Itself
The discrepancies are not small, and knowing about them saves you hunting for things that do not exist.
The project's front page claims 30 commands, 20 agents, 7 modes and 8 MCP servers. The documentation index in the docs/ directory of the same tree says 6 MCP servers.
The plugin's own README - a two-page file - promises 7 skills in a subheading, while the table directly under that heading lists six: confidence check, deep research, brainstorm, troubleshoot, project management and token efficiency. There is no seventh in the directory - I checked, there are exactly six subdirectories. The same file's MCP section lists two servers instead of eight.
The Python requirement has drifted: the installation guide says 3.8 and later, while the package metadata requires 3.10 and later. The second is correct - otherwise version 4.3.0 simply will not install.
Release 4.3.0 separately records that a documentation overhaul was done, aligning versions and accurate feature counts. Some pages, by the look of it, never got there.
The Plugin Exists, the Marketplace Does Not
Care is needed here, because instructions circulating online do not work.
Installing through Claude Code's plugin marketplace is shown in the README, but with a note: this feature is not yet available. Status: in development, no ETA set, planned for version five. Accordingly, the whole TypeScript plugin system from older documentation does not exist either.
The plugins/superclaude directory does exist in the repository and does work - but locally, by launching Claude Code with a directory pointer: