# photography-ai-mcp

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/CSOAI-ORG/photography-ai-mcp  
**GitHub Stars:** 0  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/photography-ai-mcp

## Description
Photography Ai automation via MCP. Includes analyze exif, map photo locations, find duplicat...

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "photography-ai-mcp": {
    "command": "npx",
    "args": ["-y","photography-ai-mcp"]
  }
}
```

## Documentation
This server exposes photography utility tools over MCP: analyzing EXIF metadata, batch processing images, applying watermarks, and converting between image formats. It's part of a line of small, templated MCP servers from MEOK AI Labs, installable via pip or the Smithery CLI, MIT licensed, with EU AI Act compliance documentation bundled.

**Use cases:**
- Read EXIF metadata from a photo
- Batch process a folder of images
- Apply a watermark to an image
- Convert an image between formats

**Key features:**
- EXIF metadata analysis
- Batch image processing
- Watermarking
- Format conversion

_Summarized from the repository README — see the link above for the full text._

