sora-ui-mcp
MCP server for Sora UI, exposing tools to search docs, list registry components, and get component code/usage info for AI coding assistants.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Docs: Search the documentation by keyword or phrase. Returns a ranked list of matching pages with relevant excerpts.
- Get Page: Retrieve the full content of a documentation page by its slug or URL path. Returns the page as markdown.
- List Sections: List the documentation structure showing all sections and their page counts. Use this to discover what documentation is available before searching.
What data it sees
Do you need an account
No: the server works without sign-in
MCP server for Sora UI, exposing tools to search docs, list registry components, and get component code/usage info for AI coding assistants.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| search_docs | Search the documentation by keyword or phrase. Returns a ranked list of matching pages with relevant excerpts. |
| get_page | Retrieve the full content of a documentation page by its slug or URL path. Returns the page as markdown. |
| list_sections | List the documentation structure showing all sections and their page counts. Use this to discover what documentation is available before searching. |
| list_components | List installable Sora UI components and hooks from the registry, with short descriptions. Use get_component_info for install details on a specific component. |
| get_component_info | Get the install command, dependencies, and file targets for a specific Sora UI component or hook by name. |
| get_component_code | Get the full source code for a specific Sora UI component or hook by name, ready to paste in without running the install CLI. |