tattooforge-mcp
v0.1.0
Published
MCP server for TattooForge — AI tattoo design generation in 8 styles
Maintainers
Readme
TattooForge MCP Server
MCP server for TattooForge — AI tattoo design generation powered by FLUX.1. Generate custom tattoo designs in 8 styles from text descriptions.
Tools
| Tool | Description |
|------|-------------|
| generate_tattoo | Generate a tattoo design from a text description — returns JPEG image |
| browse_gallery | Browse the public community gallery, filter by style |
| list_styles | List all 8 available styles, body placements, and size options |
Installation
Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"tattooforge": {
"command": "npx",
"args": ["-y", "tattooforge-mcp"]
}
}
}Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| TATTOOFORGE_API_URL | https://tattooforge.art | TattooForge API base URL |
Styles
| Style | Description |
|-------|-------------|
| traditional | Bold outlines, bright colors, classic Americana |
| minimalist | Clean lines, simple geometry, negative space |
| watercolor | Soft washes, painterly strokes |
| blackwork | Solid black ink, geometric patterns |
| tribal | Bold curves, cultural symbology |
| japanese | Koi, dragons, waves (irezumi) |
| dotwork | Stippled patterns, mandalas, sacred geometry |
| realism | Photo-realistic portraits, hyper-detail |
Examples
Generate a tattoo:
"Design a minimalist wolf tattoo for my forearm"
Browse the gallery:
"Show me some Japanese-style tattoo designs"
Get style options:
"What tattoo styles are available?"
Links
- TattooForge — Full platform with gallery
- Crawde — AI tools hub
