Marmo UI helps AI coding tools build dashboards with real APIs
Marmo UI is an React for building dashboards. It is built for React 19 and Tailwind 4, and includes tables, charts, forms, and app layout pieces. Its tables use TanStack, and its charts use Recharts.
It can be used like a normal npm library, with at marmoui.com. The main twist is an MCP server that gives the real component APIs, composition patterns, and a code validator. This is meant to help Claude, Cursor, and Codex write UI code with valid props instead of making up options that do not exist.
It is free, requires no signup, and the project is looking for React to review the component APIs.
Key points
- Marmo UI is a React dashboard .
- It supports React 19 and Tailwind 4, with TanStack tables and Recharts charts.
- It can be installed through npm and documented at marmoui.com.
- An MCP server exposes the real component APIs and composition patterns to .
- A code validator aims to stop Claude, Cursor, and Codex from using invalid props.