Maps magazine aesthetic traditions to locked photographic parameters.
Magazine Photography MCP
A deterministic visual vocabulary server that maps magazine aesthetic traditions to locked photographic and compositional parameters for image generation. Part of the Lushy.app Visual Vocabularies ecosystem.
What This Does
Magazine photography is a specific visual language shaped by editorial intent, printing technology, cultural moment, and audience. This MCP translates decade-specific magazine aesthetics (Life, Vogue, National Geographic, etc.) combined with photography styles (documentary, fashion, portrait, editorial) into locked parameters for reproducible, era-aware, publication-authentic image generation.
Specify a magazine, a photography style, and a subject. Get consistent color grading, lighting approaches, compositional strategies, detail sharpness, mood intensity, and cultural sensibility that stay locked across every generation.
No drift. Authentic publication aesthetic.
Quick Start
Installation
git clone https://github.com/dmarsters/magazine-photography-mcp.git
cd magazine-photography-mcp
pip install -r requirements.txt
Usage with Claude
Add to your Claude client configuration:
{
"mcpServers": {
"magazine-photography": {
"command": "python",
"args": ["magazine_photography_mcp.py"]
}
}
}
Then use Claude to enhance prompts:
Enhance this with Life magazine 1960s aesthetic and documentary photography:
"A civil rights activist speaking at a protest"
Distance: Close-up
Angle: Eye-level
Color intensity: 0.8 (saturated)
Detail sharpness: 0.5 (balanced)
Mood intensity: 0.6 (moderately dramatic)
Claude will layer the aesthetic parameters onto your prompt, locking in the photojournalistic sensibility, black-and-white or muted color palette, grainy film stock, candid framing, newsprint composition, and documentary authenticity of 1960s Life magazine photography.
Available Magazines
Magazine-photography combinations span five decades and multiple publication types:
1960s Magazines
- Life (1960s): Photojournalism, color saturation, cultural documentation, narrative depth
- Vogue (1960s): High fashion, stylization, editorial sophistication, model-centric framing
- National Geographic (1960s): Expedition photography, environmental documentation, scientific curiosity, exotic framing
1970s Magazines
- Life (1970s): Mature photojournalism, social realism, muted colors, intimate framing
- Vogue (1970s): Bohemian fashion, experimental styling, atmospheric lighting, androgynous aesthetics
- National Geographic (1970s): Adventure and exploration, saturated film stock, environmental drama, intimate wildlife
1980s Magazines
- Life (1980s): Iconic portraits, cultural commentary, bold colors, intimate-yet-grand framing
- Vogue (1980s): Power aesthetics, saturated color, dramatic lighting, supermodel glamour
- National Geographic (1980s): Conservation focus, dramatic landscape, saturated Kodachrome, environmental stakes
1990s Magazines
- Life (1990s): Grunge era, muted tones, authentic documentary, cultural observation
- Vogue (1990s): Minimalist fashion, cool tones, editorial restraint, androgynous beauty
- National Geographic (1990s): Digital era transition, balanced color, technical precision, global documentation
2000s-2020s Magazines
- Life (2000s): Contemporary photography, digital authenticity, balanced color, narrative focus
- Vogue (2000s): Luxury maximalism, warm color grading, stylized realism, aspirational framing
- National Geographic (2000s-2020s): High-definition documentation, color precision, environmental urgency, scientific rigor
Photography Styles
Each magazine works with multiple photography approaches:
- Documentary Photography: Candid, unposed, journalistic truth-seeking, authentic emotion, minimal intervention
- Fashion Photography: Styled, posed, aesthetic emphasis, model-centric, lighting perfection, editorial vision
- Portrait Photography: Character-focused, psychological depth, intimate framing, personality revelation, technical skill
- Editorial Photography: Narrative-driven, thematic coherence, compositional sophistication, cultural context, artistic vision
- Wildlife Photography: Animal-centric, environmental framing, behavioral documentation, technical precision, respect for subject
- Landscape Photography: Environmental scale, compositional grandeur, light and weather drama, visual poetry, sense of place
- Still Life Photography: Object arrangement, lighting mastery, compositional precision, thematic meaning, technical virtuosity
Architecture
Two-layer design: magazine-style combinations plus photography technique specifications.
Layer 1: Magazine-Photography Morphisms
Deterministic mapping from magazine + style combination to visual parameters:
- Magazine Selection → Era aesthetics, color science, cultural sensibility, publication value
Configuration
{"mcpServers": {"magazine-photography": {"command": "python", "args": ["magazine_photography_mcp.py"]}}}