Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Reacticx

БесплатноНе проверен

Provides documentation and component references for the Reacticx React Native library, including props, code examples, and installation guides. It enables users

GitHubEmbed

Описание

Provides documentation and component references for the Reacticx React Native library, including props, code examples, and installation guides. It enables users to search through over 90 components and retrieve setup commands for project dependencies.

README

npm version npm downloads license

MCP server that provides documentation for the Reacticx React Native component library. Works with any MCP-compatible client.

Tools

Tool Description
list_components List all 90+ components, optionally filtered by category
get_component_docs Fetch full docs for a component (props, code, examples)
search_components Search components by keyword
getting_started Installation and setup guide
get_dependencies Get combined dependency install commands

Setup

Claude Code

claude mcp add reacticx -- npx -y reacticx-mcp

Or add to ~/.claude/.mcp.json:

{
  "mcpServers": {
    "reacticx": {
      "command": "npx",
      "args": ["-y", "reacticx-mcp"]
    }
  }
}

Cursor

Go to Settings > MCP Servers > Add Server:

{
  "mcpServers": {
    "reacticx": {
      "command": "npx",
      "args": ["-y", "reacticx-mcp"]
    }
  }
}

Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "reacticx": {
      "command": "npx",
      "args": ["-y", "reacticx-mcp"]
    }
  }
}

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "reacticx": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "reacticx-mcp"]
    }
  }
}

Cline

Add to your MCP settings:

{
  "mcpServers": {
    "reacticx": {
      "command": "npx",
      "args": ["-y", "reacticx-mcp"]
    }
  }
}

Any MCP Client

The server uses stdio transport. Run:

npx -y reacticx-mcp

License

MIT

from github.com/igorfelipeduca/reacticx-mcp

Установить Reacticx в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install reacticx-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add reacticx-mcp -- npx -y reacticx-mcp

Пошаговые гайды: как установить Reacticx

FAQ

Reacticx MCP бесплатный?

Да, Reacticx MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Reacticx?

Нет, Reacticx работает без API-ключей и переменных окружения.

Reacticx — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Reacticx в Claude Desktop, Claude Code или Cursor?

Открой Reacticx на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Reacticx with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development