Skip to main content
Glama

rndocs

rndocs banner

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 rndocs

Then download the docs once:

rndocs sync

Usage

Search

rndocs search "FlatList"
rndocs search "animation"
rndocs search "handle keyboard"

Read a page

rndocs get flatlist
rndocs get animated
rndocs get stylesheet

Browse all pages

rndocs ls

Refresh docs

rndocs sync

Claude 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! 🤩

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    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.
    Last updated
    5
    32
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    104
    17
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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