Skip to main content
Pluxx turns one plugin source project into native plugin bundles for Claude Code, Cursor, Codex, and OpenCode.

What Pluxx does

Pluxx takes either:
  • a raw MCP server
  • an MCP already configured in a host
  • an existing host-native plugin
  • a hand-authored Pluxx source project
and produces:
  • one maintained source project
  • validation and install checks
  • native host bundles under dist/
  • local installs that can be verified with pluxx verify-install
The point is not to make every host identical. The point is to preserve plugin intent once and compile the strongest honest native version for each host.

Problems Pluxx solves

The core 8 primitives

These are the compiler buckets Pluxx preserves and translates: taxonomy is internal glue. It helps Pluxx derive useful skills, commands, instructions, and agents, but it is not a host-facing primitive.

Which path should I use?

After any import or migration:
For local install proof:

How to navigate the codebase