MCP Hub
Back to servers

Reacticx MCP

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.

Stars
2
Updated
Feb 21, 2026
Validated
Feb 24, 2026

reacticx-mcp

npm version npm downloads license

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

Tools

ToolDescription
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

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

Reviews

No reviews yet

Sign in to write a review