rndocs
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., "@rndocsshow me the FlatList docs"
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.
rndocs

rndocs is a CLI tool that lets you search and read React Native documentation offline — no browser needed. It downloads the full React Native docs to your machine and gives you instant local search from the terminal.
Key Features
Search the entire React Native docs instantly from your terminal
Read full documentation pages without opening a browser
Works completely offline after the initial sync
Integrates with Claude Code and other AI assistants as an MCP server
Related MCP server: Reacticx MCP
Requirements
Python 3.11 or later
macOS, Linux, or Windows
Installation
pip install rndocsThen download the docs once:
rndocs syncUsage
Search
rndocs search "FlatList"
rndocs search "animation"
rndocs search "handle keyboard"Read a page
rndocs get flatlist
rndocs get animated
rndocs get stylesheetBrowse all pages
rndocs lsRefresh docs
rndocs syncClaude Code Integration
Add to your Claude Code MCP settings:
{
"mcpServers": {
"rndocs": {
"command": "rndocs-mcp"
}
}
}Claude can now search and read React Native docs directly inside your conversations.
Contributing
Contributions are welcome! If you've found a bug, have an idea for an improvement, or want to contribute new features, please open an issue or submit a pull request.
Find this repository useful? :heart:
Support it by joining stargazers for this repository. :star: Also, follow me on GitHub for my next creations! 🤩
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/AndroidPoet/rndocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server