loading…
Search for a command to run...
loading…
Photography AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Photography AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Photography AI MCP Server Photo management and analysis tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
analyze_exif |
Analyze EXIF metadata from an image file (JPEG). |
map_photo_locations |
Map and cluster photo locations from GPS coordinates. |
find_duplicates |
Find duplicate photos using file hash or metadata comparison. |
extract_color_palette |
Extract and analyze a color palette from image color data. |
edit_metadata |
Plan metadata edits for a photo file (generates edit commands). |
pip install meok-photography-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"photography-ai": {
"command": "python",
"args": ["-m", "meok_photography_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"photography-ai-mcp": {
"command": "npx",
"args": []
}
}
}