Install
$ agentstack add mcp-mahmoudilyan-marmoui ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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](packages/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](tools/claude-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.
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](./CONTRIBUTING.md) — workflow, Conventional Commits (enforced by husky), and semver via Changesets.
License
MIT — see [LICENSE](./LICENSE). Components are free forever; a component that ships free never moves behind the paywall.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mahmoudilyan
- Source: mahmoudilyan/marmoui
- License: MIT
- Homepage: https://www.marmoui.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.