Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Reacticx MCPshow me the documentation for the Button component"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reacticx-mcp
MCP server that provides documentation for the Reacticx React Native component library. Works with any MCP-compatible client.
Tools
Tool | Description |
| List all 90+ components, optionally filtered by category |
| Fetch full docs for a component (props, code, examples) |
| Search components by keyword |
| Installation and setup guide |
| Get combined dependency install commands |
Setup
Claude Code
claude mcp add reacticx -- npx -y reacticx-mcpOr 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-mcpLicense
MIT
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.