Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Rubyui

FreeNot checked

Provides AI assistants with access to RubyUI component library documentation, including listing components, fetching docs, searching, and getting installation/t

GitHubEmbed

About

Provides AI assistants with access to RubyUI component library documentation, including listing components, fetching docs, searching, and getting installation/theming guides.

README

An MCP (Model Context Protocol) server that provides AI assistants with access to RubyUI component library documentation.

Tools

Tool Description
list_components List all available RubyUI components
get_component_docs Fetch full docs and code examples for a specific component
search_components Search components by name or keyword
get_installation_guide Get the Rails installation guide (bundler or importmaps)
get_theming_guide Get theming, dark mode, and customization docs

Setup

npm install

Usage

With Claude Code

Add to your Claude Code MCP config (~/.claude/settings.json or project .mcp.json):

{
  "mcpServers": {
    "rubyui": {
      "command": "node",
      "args": ["/path/to/rubyui-mcp/index.js"]
    }
  }
}

Standalone

npm start

The server communicates over stdio using the MCP protocol.

Requirements

  • Node.js >= 18.0.0

from github.com/wqsaali/rubyui-mcp

Install Rubyui in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install rubyui-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add rubyui-mcp -- npx -y github:wqsaali/rubyui-mcp

FAQ

Is Rubyui MCP free?

Yes, Rubyui MCP is free — one-click install via Unyly at no cost.

Does Rubyui need an API key?

No, Rubyui runs without API keys or environment variables.

Is Rubyui hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Rubyui in Claude Desktop, Claude Code or Cursor?

Open Rubyui on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Rubyui with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs