Developer Tools
marmoui.com
Provides access to documentation, props, and guidelines for a UI component library.
ENDPOINT 1
https://mcp.marmoui.com/mcp
MCP server metadata
- Name
- design-system-mcp
- Version
- 1.1.0
Known tools 14
get_knowledge_versionReturns the MCP knowledge version: gitSha, indexedAt, componentCount, patternCount, uptimeSeconds.
Inferred read-onlyget_design_guidelinesMANDATORY FIRST CALL before writing any @marmoui/ui code in this session.
Inferred read-onlylist_componentsList all available @marmoui/ui components with names, descriptions, categories, and prop counts.
Inferred read-onlyget_component_infoGet exact props (with types and defaults), code examples, composition patterns, and common mistakes for a single @marmoui/ui component.
Inferred read-onlyreview_generated_code⚠️ MANDATORY — call this on every piece of code you generate before returning it to the user.
Inferred read-onlyvalidate_component_usageValidate a TSX/JSX snippet against real @marmoui/ui prop signatures.
Inferred read-onlyget_tenant_themeReturns the authenticated tenant's customized theme tokens, CSS variables export, and component overrides.
Inferred read-onlygenerate_componentValidate and optionally save a custom component for the authenticated tenant.
Inferred read-onlyget_agent_connect_configReturns ready-to-paste MCP configuration for Cursor, Claude Code, or Codex.
Inferred read-onlyget_prototype_feedbackFetch inline comments from a shared prototype as structured data and Markdown.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.design-system-mcp]
url = "https://mcp.marmoui.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"design-system-mcp": {
"type": "http",
"url": "https://mcp.marmoui.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: design-system-mcp
Remote MCP URL: https://mcp.marmoui.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"design-system-mcp": {
"url": "https://mcp.marmoui.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"design-system-mcp": {
"type": "http",
"url": "https://mcp.marmoui.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "design-system-mcp",
"transport": "streamable-http",
"url": "https://mcp.marmoui.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for marmoui.com was fetched 2026-07-27T22:15:11.200Z and is being refreshed.
marmoui.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.