Skip to main content
Glama
ruixenui

Ruixen MCP Server

Official
by ruixenui

@ruixen/mcp

npm version CI

Official Model Context Protocol server for Ruixen UI.

The server reads directly from the live Ruixen registry, so the components your AI assistant can reach are always in sync with what's on ruixen.com.

Installation

Add to your IDE's MCP config:

{
  "mcpServers": {
    "ruixen-mcp": {
      "command": "npx",
      "args": ["-y", "@ruixen/mcp@latest"]
    }
  }
}

Works with any MCP-compatible client — Cursor, Claude Desktop, Windsurf, Cline, Roo-Cline, and VS Code (with an MCP extension). Each client stores this config in its own settings file; consult your client's docs for the exact location.

Example Usage

Once configured, ask your AI assistant things like:

"Make a marquee of logos"

"Add a blur fade text animation"

"Add a grid background"

"Show me button components with spring animations"

The assistant calls the MCP tools below to discover components, pull their source, and hand you the exact npx shadcn@latest add … command to install each one into your project.

Available Tools

Tool

Description

listRegistryItems

List registry items with optional kind, query, limit, and offset filters. Good for broad browsing.

searchRegistryItems

Keyword search across names, titles, descriptions, and registry types, ranked by relevance. Good when you know roughly what you want.

getRegistryItem

Item detail for a specific component. Optionally includes source, examples, and relatedItems.

Development

npm install
npm run build   # tsc + chmod
npm test        # runs the live-registry smoke test (requires internet)

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ruixenui/mcp.ruixen.com'

If you have feedback or need assistance with the MCP directory API, please join our Discord server