Reacticx MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add reacticx-mcp -- npx -y reacticx-mcp
README.md

Provides documentation and component references for the Reacticx library

reacticx-mcp

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

Tools (5)

list_componentsList all 90+ components, optionally filtered by category
get_component_docsFetch full docs for a component (props, code, examples)
search_componentsSearch components by keyword
getting_startedInstallation and setup guide
get_dependenciesGet combined dependency install commands

Configuration

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

Try it

List all available components in the Reacticx library.
Show me the documentation and code examples for the Button component.
Search for components related to navigation.
What are the required dependencies to install Reacticx in my project?
Provide the getting started guide for setting up Reacticx.

Frequently Asked Questions

What are the key features of Reacticx MCP?

Access documentation for over 90 React Native components. Retrieve detailed component props, code snippets, and usage examples. Search functionality to quickly find specific UI components. Automated retrieval of project dependency installation commands. Integrated getting started and setup guides.

What can I use Reacticx MCP for?

Quickly looking up component props while coding in React Native. Finding the correct installation commands for Reacticx dependencies. Exploring available UI components without leaving the IDE. Learning how to implement specific Reacticx components via provided examples.

How do I install Reacticx MCP?

Install Reacticx MCP by running: npx -y reacticx-mcp

What MCP clients work with Reacticx MCP?

Reacticx MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Reacticx MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare