MCP for AI builders
Add brandRNA to Claude Desktop, Cursor, Lovable, v0, Bolt — or any MCP-compatible AI client.
The brandRNA MCP server (mcp.brandrna.com) exposes the same brand-extraction
tools as the REST API to any Model Context Protocol
client. Once connected, your AI client can analyse a website's colours, fonts,
logos, and design language directly — without hitting the REST API or pasting
keys into config.
We support five named clients with bespoke setup guides, plus a generic fallback for any MCP-compatible client that supports Dynamic Client Registration (DCR).
Pick your client
Claude Desktop
Anthropic's desktop app. Edit a JSON file, restart, you're done.
Cursor
Native HTTP MCP support — paste a one-line snippet into ~/.cursor/mcp.json.
Lovable
Generate brand-aware app prototypes from a single domain.
v0
Hand any URL to v0 and get back UI scaffolding aligned to that brand.
Bolt
Add brandRNA's tools to Bolt's integrations panel.
Don't see your client?
If your AI client supports MCP + DCR, you can connect to brandRNA without any manual configuration on our side. Point your client at:
https://mcp.brandrna.comYour client will discover the OAuth authorization server via
RFC 9728 PRM, self-register via DCR, and walk
the user through OAuth 2.1 + PKCE in a popup. After consent, brandRNA
auto-mints an internal API key keyed on (your-firebase-uid, mcp-client-id)
and the client is ready to call tools.
For the full behind-the-scenes story — including CIMD, scope, tier checks, and revocation — see the canonical OAuth explainer.