Skip to content

Use the docs in your AI assistant

You can plug the React Bricks documentation straight into your AI assistant, so it can search and read the docs while it helps you build. We offer two ways to do this: a remote MCP server (best — gives the assistant live search + fetch tools) and llms.txt files (plain-text docs any tool can ingest).

The Model Context Protocol (MCP) server lets compatible assistants search the docs and pull in exactly the pages they need.

Endpoint

https://docs.reactbricks.com/mcp

It exposes two tools:

  • search_reactbricks_docs — full-text search across the documentation
  • get_reactbricks_doc — fetch a page (or a single section) as clean Markdown
Terminal window
claude mcp add --transport http reactbricks-docs https://docs.reactbricks.com/mcp

Once connected, try asking: “Using the React Bricks docs, how do I create a nested repeater of bricks?“

If your tool doesn’t support MCP, we also publish the docs as plain text following the llms.txt convention:

Paste any of these into an AI chat, or point a tool at the URL, to give it the full context of the React Bricks documentation.