Distribea MCP, on-brand website imagery for coding agents (Claude Code, Cursor). Style-locked images, recurring characters, UGC review avatars, generated by the hosted Distribea engine.
git clone https://github.com/Distribea/distribea-mcpResumen de Tools
# Distribea MCP
On-brand website imagery, generated straight into your codebase.
Plug this MCP into your coding tool (Claude Code, Cursor…) and every page you
build ships with **ultra-realistic, style-locked images**: one consistent art
direction across the whole site, recurring characters with the **same face in
every scene**, believable UGC-style avatars for review sections, plus logo,
favicon pack and og:image, all delivered as optimised WebP with proper ALT
text, patched directly into your code.
The heavy lifting (art direction, generation, billing) runs on the hosted
Distribea engine. This package is only the local connector: it scans and
patches **your** files, and contains no API keys and no secrets.
## See it in action
A plain landing page, dressed with on-brand product imagery in a single
`make_images` call — no stock photos, no placeholders:
<p align="center">
<img src="https://distribea-categories-images.fra1.cdn.digitaloceanspaces.com/mcp/distribea-before-after.gif" width="390" alt="Before / after: a landing page dressed with on-brand images by the Distribea MCP" />
</p>
## Setup
A [Distribea](https://distribea.com) subscription is required.
1. Get your personal key on <https://distribea.com/account/mcp>
2. Paste the ready-made block into the `.mcp.json` at the root of your project:
```json
{
"mcpServers": {
"distribea-mcp": {
"command": "npx",
"args": ["-y", "distribea-mcp@latest"],
"env": {
"DISTRIBEA_MCP_KEY": "dmcp_…"
}
}
}
}
```
3. Build your pages with `<img src="https://placehold.co/1200x600">` markers,
then ask your agent for the images, one `make_images` call dresses the
whole page.
## Tools
| Tool | What it does |
|---|---|
| `make_images` ⭐ | Fill every placeholder/stock slot of a page (or the whole project) with on-brand images, in parallel, or rebrand existing images in place (`rebrand: true`) |
| `generate_image` | One on-brand image (auto-switches to UGC selfie mode for review avatars) |
| `edit_image` | Retouch, redo, remove background, upscale ×4, extend |
| `site_style` | Lock, refine or anchor the site's visual identity |
| `brand_pack` | Logo + favicon pack + og:image in one call |
| `create_reference` | Lock a recurring character (real photo supported) or product |
| `finish_images` | Fix missing ALT texts + convert heavy images to WebP (free) |
| `pack_status` | Current style, characters, credits |
| `list_projects` | List your saved projects (brand, products, image count) to find one to reconnect (free) |
| `link_project` | Reconnect the current folder to a saved project so its style/characters/products come back (free) |
| `forget_project` | Wipe the current project's saved memory so it starts fresh (free) |
## Notes
- Generations are billed in credits on your Distribea plan; every batch is
quoted in credits before it starts.
- Your project files never leave your machine except the specific images you
ask to edit.
## Privacy Policy
This local connector contains **no API keys and no secrets**. To generate an
image it sends to the hosted Distribea engine only what is needed for the
request:
- **What is sent:** your image brief (the subject/prompt you ask for), a short
text excerpt of the page being worked on (used to infer the site's style and
context), a hashed project identifier, and any image file you explicitly ask
to edit. **Your other project files stay on your machine** — they are never
read or uploaded.
- **What is stored, tied to your account:** your locked visual style, recurring
characters/products/avatars, the images generated for you (hosted on
Distribea's CDN), and your credit/billing usage.
- **Third parties:** images are produced through Distribea's hosted AI
providers solely to fulfil your request. Your data is **never sold**.
- **Authentication:** calls are authenticated with your personal key
(`dmcp_…`), issued and revocable at
<https://distribea.com/account/mcp>.
- **Retention & contact:** data is kept for the life of your account; full
policy, retention details and contact at
<https://distribea.com/legal/privacy-policy>.
© Distribea, <https://distribea.com>
Lo que la gente pregunta sobre distribea-mcp
¿Qué es Distribea/distribea-mcp?
+
Distribea/distribea-mcp es tools para el ecosistema de Claude AI. Distribea MCP, on-brand website imagery for coding agents (Claude Code, Cursor). Style-locked images, recurring characters, UGC review avatars, generated by the hosted Distribea engine. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala distribea-mcp?
+
Puedes instalar distribea-mcp clonando el repositorio (https://github.com/Distribea/distribea-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 Distribea/distribea-mcp?
+
Distribea/distribea-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene Distribea/distribea-mcp?
+
Distribea/distribea-mcp es mantenido por Distribea. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a distribea-mcp?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega distribea-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.
[](https://claudewave.com/repo/distribea-distribea-mcp)<a href="https://claudewave.com/repo/distribea-distribea-mcp"><img src="https://claudewave.com/api/badge/distribea-distribea-mcp" alt="Featured on ClaudeWave: Distribea/distribea-mcp" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies