Magazine Photography MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/dmarsters/magazine-photography-mcp.git
cd magazine-photography-mcp
pip install -r requirements.txt
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add magazine-photography -- python "<FULL_PATH_TO_MAGAZINE_PHOTOGRAPHY_MCP>/dist/index.js"

Replace <FULL_PATH_TO_MAGAZINE_PHOTOGRAPHY_MCP>/dist/index.js with the actual folder you prepared in step 1.

README.md

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

claude_desktop_config.json
{"mcpServers": {"magazine-photography": {"command": "python", "args": ["magazine_photography_mcp.py"]}}}

Try it

Enhance this with Life magazine 1960s aesthetic and documentary photography: 'A civil rights activist speaking at a protest'
Apply Vogue 1990s minimalist fashion aesthetic to this prompt: 'A model walking down a city street'
Generate parameters for National Geographic 1980s style photography of a mountain landscape
Create a prompt for a portrait using 1970s Life magazine photojournalism style

Frequently Asked Questions

What are the key features of Magazine Photography MCP?

Deterministic mapping of magazine aesthetics to photographic parameters. Supports five decades of publication styles from 1960s to 2020s. Integrates specific photography techniques like documentary, fashion, and portraiture. Locks in color grading, lighting, and compositional strategies for consistent results.

What can I use Magazine Photography MCP for?

Ensuring consistent visual style across multiple AI-generated images for editorial projects. Applying historically accurate aesthetic parameters to modern image generation prompts. Standardizing photographic output for specific publication-style visual languages.

How do I install Magazine Photography MCP?

Install Magazine Photography MCP by running: git clone https://github.com/dmarsters/magazine-photography-mcp.git && cd magazine-photography-mcp && pip install -r requirements.txt

What MCP clients work with Magazine Photography MCP?

Magazine Photography MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Magazine Photography MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare