HeroUI Pro

MCP Server v0.2.0

Unified MCP — one server covers both @heroui-pro/react and @heroui/react. No more juggling separate OSS and Pro MCPs.

May 2026

The Pro React MCP server now serves both @heroui-pro/react and @heroui/react from a single connection. Pro customers no longer need a separate @heroui/react-mcp installed — everything is consolidated.

What's New

  • list_components returns Pro + OSS components in a single sectioned response
  • get_component_docs accepts any component name from either package and routes to the correct backend
  • get_css returns BEM CSS for both Pro and OSS components
  • get_docs serves guides from both Pro (/pro/docs/react/...) and OSS (/docs/react/...) documentation
  • get_component_source_code (new) — view OSS component source code for learning and debugging
  • get_theme_variables (new) — get default theme tokens or Pro theme variants (brutalism, glass, mouve)

Why

Customer feedback was clear: 4 MCP servers + 4 skills across OSS and Pro felt fragmented and bloated. This release cuts the web setup from 2 MCPs to 1.

On this page