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.
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 updated23421MIT
- AlicenseAqualityDmaintenanceProvides 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.Last updated5322MIT
- 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
- Alicense-qualityCmaintenanceEnables fast, offline search and retrieval of Expo documentation from local .mdx files, with tools for searching, getting content, listing sections, API references, and quick start guides.Last updated10417MIT
Related MCP Connectors
DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Browse Hacker News feeds, threads, and user profiles with full-text search.
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/AndroidPoet/rndocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server