streamable-httpMITupdated 1mo ago
The AI agentic designer. Point the agent you already use ā Claude Code, Codex, Cursor, Gemini CLI ā at Marmo and it builds production dashboards and apps in minutes: real components, real props, your own style. No AI slop.
What can you do with marmo ui?
Marmo UI
The AI agentic designer. Point the agent you already use ā Claude Code, Codex, Cursor, Gemini CLI ā at Marmo and it builds production dashboards and apps in minutes: real components, real props, your own style. No AI slop.
Platform, docs & pricing ā marmoui.com
npx marmoui init # connect your agent (free, no account)
npm i @marmoui/ui # the component library (MIT)
Then just ask your agent: "Build a billing dashboard with Marmo UI."

How it works
@marmoui/uiā an open-source React 19 design system (MIT, public npm). Tables, charts, forms, app shells ā everything a product UI needs, light + dark from one token set.- The Marmo MCP ā a hosted knowledge server your agent connects to. Instead of guessing from training data, the agent reads live component APIs, composition patterns, and generation rules, and validates its output (
review_generated_code) before reporting done. Wrong imports and invented props get caught and fixed before you ever see them. - Claude Code plugin ā
/plugin marketplace add mahmoudilyan/marmouiā/plugin install marmo-ui@marmoui-plugins. Bundles the MCP plus themarmo-uiskill and/marmo-ui:*commands (init,design-md,build) that enforce the find ā generate ā validate workflow.
Light and dark from one token set
Every component ships both themes off the same semantic tokens (bg, panel, ink, primary-*) ā no parallel dark stylesheet, no hardcoded hex.
| Light | Dark |
|---|---|
Free vs Pro
| Free | Pro ā $9.99/mo, 14-day free trial | |
|---|---|---|
React components (@marmoui/ui, MIT) |
ā | ā |
| Core MCP ā live props, validation, default Marmo styling | ā | ā |
| Docs, Figma library | ā | ā |
On-brand generation ā your DESIGN.md (colors, type, tokens, component overrides) drives every screen any connected agent generates |
ā | |
| Composition patterns library (app shells, dashboards, forms) | ā | |
| Pro blocks, generated straight into your repo | ā | |
| Personal MCP token + hosted, brand-themed design-system page | ā |
Pro mode in one sentence: the free tier makes your agent correct; Pro makes it yours ā run /marmo-ui:init (or write a DESIGN.md by hand), upload it at marmoui.com/connect, and every agent on your account generates UI in your brand instead of the Marmo defaults. Generation always happens in your agent with your LLM tokens; the code lands in your repo and you own it fully.
Monorepo structure
āāā apps/
ā āāā design-system-docs/ # marmoui.com ā docs + marketing site
āāā packages/
ā āāā ui/ # @marmoui/ui ā publishable component library
ā āāā cli/ # marmoui ā npx marmoui init
āāā tools/claude-plugin/ # Claude Code plugin + marketplace
The hosted MCP server and platform services live in a private repository; this repo talks to them only through the hosted MCP at mcp.marmoui.com.
Using @marmoui/ui directly
Works as a regular component library too ā no agent required:
import '@marmoui/ui/style.css'; // once, in your app entry
import { Button, DataTable } from '@marmoui/ui';
React 19 + react-dom are peer dependencies. Component APIs and examples: marmoui.com/docs.
Development
Node 20+, pnpm 9.
git clone git@github.com:mahmoudilyan/marmoui.git
cd marmo-ui
pnpm install
pnpm dev # UI package + docs site (localhost:3002)
| Command | Description |
|---|---|
pnpm dev:ui |
Develop the UI package only |
pnpm build |
Build all packages and apps |
pnpm lint |
Run ESLint across the monorepo |
pnpm type-check |
Run TypeScript type checking |
pnpm changeset |
Add a semver changeset |
Contributing
See CONTRIBUTING.md ā workflow, Conventional Commits (enforced by husky), and semver via Changesets.
License
MIT ā see LICENSE. Components are free forever; a component that ships free never moves behind the paywall.
Install
Add marmo ui to your client. Pick the one you use.
claude mcp add --transport http marmo-ui https://mcp.marmoui.com/mcpcodex mcp add marmo-ui --url https://mcp.marmoui.com/mcp{
"mcpServers": {
"marmo-ui": {
"url": "https://mcp.marmoui.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"marmo-ui": {
"type": "http",
"url": "https://mcp.marmoui.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"marmo-ui": {
"url": "https://mcp.marmoui.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"marmo-ui": {
"serverUrl": "https://mcp.marmoui.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.1.1Latest | Jul 6, 2026 |