| You have a raw MCP URL or stdio command | pluxx init --from-mcp <source> --yes | Creates the first source project without invoking a host agent |
| You already configured the MCP in Claude Code, Cursor, Codex, or OpenCode | pluxx discover-mcp then pluxx init --from-installed-mcp <host:name> --yes | Imports the existing MCP shape without copying literal secret values |
| You want import, refinement, build, install, and verification in one flow | pluxx autopilot --from-mcp <source> --runner codex --mode standard --install --install-target codex --trust | Fastest end-to-end proof in one selected host |
| You already have a Pluxx project and the MCP changed | pluxx sync --from-mcp <source> | Refreshes generated MCP-derived content while preserving custom sections |
| You already have a host-native plugin | pluxx migrate <path> | Converts an existing plugin into a Pluxx source project |