Documentation under construction — content is still being assembled.

MCP

Connect your coding agent to ViraUI docs.

Agents can search and read these docs over MCP at:

https://docs.viraui.dev/mcp

Once connected, the agent gets three tools: search, get_page, and list_pages. Use them so answers stay grounded in current documentation instead of memory.

Opening that URL in a browser is not how you use it — add it as an MCP server in your client. Prefer HTTP / Streamable HTTP, not legacy SSE.

Cursor

Settings → MCP, or add to your MCP config:

mcp.json
{
  "mcpServers": {
    "viraui-docs": {
      "url": "https://docs.viraui.dev/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http viraui-docs https://docs.viraui.dev/mcp

Try it

After the server shows as connected:

Search docs
Using the viraui-docs MCP, search for Stack layout guidance and summarize the first few hits with URLs.
Fetch a page
Using get_page on path /principles, quote the three principles in order.
Browse the index
Call list_pages, then open the Get started and Foundation pages most relevant to setting up a new app.

Skills vs MCP

Role
SkillsTeach agents how to build with ViraUI
MCPLet agents read these docs on demand

Use both: skills for practice, MCP for live lookup.

Last updated on

On this page