MCP Hub
Back to servers

@rideds/docs-mcp

The official MCP server for RUI Design documentation

npm54/wk
Updated
Apr 9, 2026

Quick Install

npx -y @rideds/docs-mcp

cover

External Install

Phase 1 public packages are validated for external consumers with:

  • @rideds/react
  • @rideds/css
  • @rideds/stackflow
  • @rideds/cli
  • @rideds/tailwind4-theme

React UI

bun add @rideds/react @rideds/css
import "@rideds/css/all.css";
import { ActionButton } from "@rideds/react";

export function App() {
  return <ActionButton>RUI</ActionButton>;
}

Stackflow Integration

bun add @rideds/stackflow @rideds/css @stackflow/core @stackflow/react
import "@rideds/css/all.css";
import { ruiPlugin } from "@rideds/stackflow";

const plugin = ruiPlugin({ theme: "android" });

void plugin;

CLI

bunx @rideds/cli@latest --help

Tailwind CSS 4

bun add @rideds/css @rideds/tailwind4-theme tailwindcss@^4
@import "tailwindcss";
@import "@rideds/tailwind4-theme";

Maintainers

Re-run the Phase 1 package gate locally with:

bun phase1:validate

Definitions

Base Libraries

React Libraries

Integrations

Ecosystem

Documentation

Reviews

No reviews yet

Sign in to write a review