loading…
Search for a command to run...
loading…
Provides documentation and component references for the Reacticx React Native library, including props, code examples, and installation guides. It enables users
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.
npm version npm downloads license
MCP server that provides documentation for the Reacticx React Native component library. Works with any MCP-compatible client.
| 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 |
claude mcp add reacticx -- npx -y reacticx-mcp
Or add to ~/.claude/.mcp.json:
{
"mcpServers": {
"reacticx": {
"command": "npx",
"args": ["-y", "reacticx-mcp"]
}
}
}
Go to Settings > MCP Servers > Add Server:
{
"mcpServers": {
"reacticx": {
"command": "npx",
"args": ["-y", "reacticx-mcp"]
}
}
}
Add to your MCP config:
{
"mcpServers": {
"reacticx": {
"command": "npx",
"args": ["-y", "reacticx-mcp"]
}
}
}
Add to .vscode/mcp.json in your project:
{
"servers": {
"reacticx": {
"type": "stdio",
"command": "npx",
"args": ["-y", "reacticx-mcp"]
}
}
}
Add to your MCP settings:
{
"mcpServers": {
"reacticx": {
"command": "npx",
"args": ["-y", "reacticx-mcp"]
}
}
}
The server uses stdio transport. Run:
npx -y reacticx-mcp
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"reacticx-mcp": {
"command": "npx",
"args": []
}
}
}