Photographi MCP

Fast, private, and grounded technical photo analysis for AI applications. photographi-mcp is an MCP server that enables AI models and LLM-powered tools to perform technical analysis on local photo libraries. It runs computer vision models directly on your hardware (powered by photo-quality-analyzer-core) to evaluate sharpness, focus, and exposure - enabling capabilities like automated culling, burst ranking, and…. Its 8 documented tools cover analyze, folder, photographs, cull.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-02-16 · ★ 5 · #124 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Photographi MCP

Claude Code

claude mcp add prasadabhishek-photographi-mcp -- uvx photographi-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "prasadabhishek-photographi-mcp": {
      "command": "uvx",
      "args": [
        "photographi-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package photographi-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.prasadabhishek is GitHub-verified and matches the repo owner

03 · What Photographi MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 8 documented tools spanning analyze, folder, photographs, cull, including analyze_photo, analyze_folder, rank_photographs, cull_photographs.

Capability map

Tools grouped from the project's README - what Photographi MCP lets an agent do.

read & search

3 tools - e.g. "What colors are in this sunset for my website?"; "Generate a moodboard from my 'Forest' shoot."; "Which photos contain a 'cat' or 'mountain'?"

get_color_palette · get_folder_palettes · get_scene_content

Analyze

2 tools - e.g. "Is this dog photo sharp enough for a print?"; "How's the overall quality of my 'Vacation' folder?"

analyze_photo · analyze_folder

Rank

1 tool - e.g. "Find the best shot in this burst of the cake."

rank_photographs

Cull

1 tool - e.g. "Move all the blurry photos to a junk folder."

cull_photographs

Threshold

1 tool - e.g. "Strictly separate keepers using a score of 0.7."

threshold_cull

Latest releases

v0.2.6 · 2026-02-16

Changed · MCP Registry: Re-release with validation token properly included in PyPI package.

v0.2.5 · 2026-02-16

Changed · MCP Registry: Added ownership validation token to README for official MCP Registry submission.

v0.2.4 · 2026-02-16

Fixed · Dependency Sync: Updated requirement to photo-quality-analyzer-core>=0.8.4 to ensure latest silhouette fixes and legacy cleanups are utilized. · Workflow Tests: Adjusted integration test assertions to handle…

04 · Who maintains Photographi MCP

photographi-mcp is maintained by prasadabhishek. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
media - ranked #124 of 155 actively-maintained media servers as of 2026-08-25.
registry
io.github.prasadabhishek/photographi-mcp (active, first published 2026-02-16)
packages
pypi:photographi-mcp

06 · Photographi MCP FAQ

Is Photographi MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-16. We re-verify nightly.

What can Photographi MCP do?

An agent gets 8 documented tools spanning analyze, folder, photographs, cull, including analyze_photo, analyze_folder, rank_photographs, cull_photographs.

How do I install Photographi MCP?

Run `uvx photographi-mcp`. You can also paste the ready-made client config above.

Does Photographi MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Photographi MCP