Skip to main content
ClaudeWave

The official BranderUX MCP server: build agentic applications from Claude, ChatGPT, Cursor or any MCP client. Projects, brand, custom elements, screens, keys, and the hosted agent itself (data, connectors, skills, home screen, publish), with one-click browser OAuth.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/BranderUX/branderux-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "branderux-mcp": {
      "command": "node",
      "args": ["/path/to/branderux-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/BranderUX/branderux-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# BranderUX MCP

[BranderUX](https://branderux.com) builds agentic applications, in minutes: describe a
business and a real agent builds its full application, published as a website and an MCP
app, with every screen generated live, per customer, per question. This server is how any
MCP client (Claude, ChatGPT, Cursor, VS Code) builds and controls those applications.

This is the official BranderUX MCP server. It gives an AI agent real control over
BranderUX projects, brand, custom elements, screens, API keys, plus the verified
reference docs it needs to integrate the SDK correctly.

**Connect:** `https://mcp.branderux.com/mcp` · **Docs:** https://branderux.com/mcp

```bash
claude mcp add --transport http branderux https://mcp.branderux.com/mcp
```

No API keys: the first tool call opens your browser for a one-click BranderUX sign-in
(OAuth 2.1 + PKCE, scoped and revocable). Access is currently limited to beta
accounts, everyone else lands on the waiting list, and you'll get an email the moment
your access opens. While you wait: try a live BranderUX-built app at
[nova.branderux.app](https://nova.branderux.app).

## Tools

**Knowledge** (no scopes needed, signing in is still required to reach the server):
`get_started` · `read_doc` · `search_docs` · `get_integration_snippet`

**Projects** (`projects:*`): `whoami` · `list_projects` · `get_project` ·
`create_project` · `update_brand_settings` · `update_project_settings` · `delete_project`

**Screens** (`projects:write`): `list_screens` · `get_screen` · `put_screen` ·
`delete_screen`, reads fetch the project aggregate; writes are atomic per-screen
(row-locked server merge: parallel saves of different screens are safe).

**Custom elements** (`elements:*`): `list_elements` · `get_element` · `list_element_versions` ·
`create_element` · `publish_element_version` · `preview_element` · `delete_element`, your agent writes the
TSX; the server pre-flight validates it (compile + sandbox import allowlist + export
contract) before publishing. In clients that support MCP Apps, `create_element`,
`publish_element_version` and `preview_element` render the element LIVE in the panel, 
demo props applied, clicks showing the exact query they would send.

**API keys** (`keys:manage`): `create_api_key` · `list_api_keys` · `set_key_origins` ·
`revoke_api_key`

**Hosted agent**: `upsert_agent_config` · `get_agent_config`, give the project
its own agent: persona, policies (language and clock, login, access, handoff, write consent),
answer quality and budgets.

**Business data**: `define_entity` · `list_entities` · `seed_records` ·
`update_record` · `list_entity_records`, managed records or live store/API feeds; every entity
becomes a query tool for the agent (add-only writes by default).

**Connectors**: `set_connector_credential` · `probe_api`, vaulted credentials and a
probe so tools are wired against the real API shape.

**Skills**: `upsert_skill` · `list_skills` · `delete_skill`, SKILL.md behavior packs
that ride every conversation.

**Home screen**: `set_home_screen`, a designed first paint with live data bindings,
zero model cost per visit.

**Publish**: `publish_site` · `get_site`, one call and the full application is live:
a website for people, an MCP app for AI agents.

**Playground** (no project needed): `generate_screen`, renders a real branded,
interactive screen in the panel with demo data, powered by the same published
`@brander/mcp-tools` package customers install. Ask for a storefront, analytics
or order-flow screen to see actual BranderUX output before building anything.

Every destructive tool requires an explicit `confirm: true`.

## Local development

```bash
npm install
BRANDER_API_BASE=http://localhost:8080/api/v1 npm run dev   # http://localhost:3010/mcp
```

| Env | Default | Purpose |
|---|---|---|
| `BRANDER_API_BASE` | `http://localhost:8080/api/v1` | BranderUX API base |
| `MCP_RESOURCE_URL` | `http://localhost:3010` | Public URL of this server (OAuth resource id) |
| `OAUTH_ISSUER_URL` | = `BRANDER_API_BASE` | Authorization server issuer |

The server is stateless: one MCP server instance per request, bound to the caller's
bearer. Deploy target is Vercel (`api/mcp.ts` + `api/oauth-protected-resource.ts`).

## License

MIT

Lo que la gente pregunta sobre branderux-mcp

¿Qué es BranderUX/branderux-mcp?

+

BranderUX/branderux-mcp es mcp servers para el ecosistema de Claude AI. The official BranderUX MCP server: build agentic applications from Claude, ChatGPT, Cursor or any MCP client. Projects, brand, custom elements, screens, keys, and the hosted agent itself (data, connectors, skills, home screen, publish), with one-click browser OAuth. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-07.

¿Cómo se instala branderux-mcp?

+

Puedes instalar branderux-mcp clonando el repositorio (https://github.com/BranderUX/branderux-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar BranderUX/branderux-mcp?

+

Nuestro agente de seguridad ha analizado BranderUX/branderux-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene BranderUX/branderux-mcp?

+

BranderUX/branderux-mcp es mantenido por BranderUX. La última actividad registrada en GitHub es del 2026-09-07, con 0 issues abiertos.

¿Hay alternativas a branderux-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega branderux-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: BranderUX/branderux-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/branderux-branderux-mcp)](https://claudewave.com/repo/branderux-branderux-mcp)
<a href="https://claudewave.com/repo/branderux-branderux-mcp"><img src="https://claudewave.com/api/badge/branderux-branderux-mcp" alt="Featured on ClaudeWave: BranderUX/branderux-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a branderux-mcp