Reacticx MCP
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 |
Related MCP server: Material UI MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides comprehensive tools for React Native development, automating project initialization, version management, upgrades, Expo integration, and development workflows through AI assistance.Last updated21021MIT
- Flicense-qualityCmaintenanceProvides AI assistants with comprehensive access to Material UI documentation, component details, and setup guides for building React applications. It enables searching through 50+ components and provides structured information on imports, customization, and best practices.Last updated2
- Alicense-qualityDmaintenanceProvides AI agents with accurate, version-aware documentation for React Native, Expo, React Navigation, and Ignite by automatically detecting project dependencies and fetching matching documentation.Last updatedMIT
- FlicenseAqualityCmaintenanceSearch and read React Native documentation offline from the terminal.Last updated3
Related MCP Connectors
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/igorfelipeduca/reacticx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server