MCP
Connect your coding agent to ViraUI docs.
Agents can search and read these docs over MCP at:
https://docs.viraui.dev/mcpOnce 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:
{
"mcpServers": {
"viraui-docs": {
"url": "https://docs.viraui.dev/mcp"
}
}
}Claude Code
claude mcp add --transport http viraui-docs https://docs.viraui.dev/mcpTry it
After the server shows as connected:
Using the viraui-docs MCP, search for Stack layout guidance and summarize the first few hits with URLs.Using get_page on path /principles, quote the three principles in order.Call list_pages, then open the Get started and Foundation pages most relevant to setting up a new app.Skills vs MCP
| Role | |
|---|---|
| Skills | Teach agents how to build with ViraUI |
| MCP | Let agents read these docs on demand |
Use both: skills for practice, MCP for live lookup.
Last updated on