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-mcpTools overview
# 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>
What people ask about distribea-mcp
What is Distribea/distribea-mcp?
+
Distribea/distribea-mcp is tools for the Claude AI ecosystem. 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. It has 0 GitHub stars and was last updated today.
How do I install distribea-mcp?
+
You can install distribea-mcp by cloning the repository (https://github.com/Distribea/distribea-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Distribea/distribea-mcp safe to use?
+
Distribea/distribea-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains Distribea/distribea-mcp?
+
Distribea/distribea-mcp is maintained by Distribea. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to distribea-mcp?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy distribea-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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