mcpbeat Sign in

PhotoS MCP Server

by dongwu259 Your server? Claim it
local only

PhotoS runs on your own machine — the client starts it, so there is no endpoint to ping. 1 144 installs a week from pypi. Last commit 18 Sep 2026.

Batch photo processing: compress, convert, EXIF, rename, dedup, cull, galleries

Installs per day peak 1 193 · avg 366 · -51% w/w
a month agotoday
1 144
Installs / week
pypi · photo-s-tools
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add photo-s -- uvx photo-s-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "photo-s": {
      "args": [
        "photo-s-tools"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.photo-s]
command = "uvx"
args = ["photo-s-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "photo-s": {
      "args": [
        "photo-s-tools"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "photo-s": {
      "args": [
        "photo-s-tools"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PhotoS

same job, measured the same way
Image Processing
by pictomancer

Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.

10 tools answering
Glassypic
by onepunchtechnology

AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

36 installs/wk 3 tools answering
Thumbnails
by theluckystrike

Generate image thumbnails, resize, convert and compress photos from your AI chat. Local files.

local only
FindMe Photo
by findmephoto

Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant.

58 installs/wk local only
Ellmos Clatcher MCP
by ellmos-ai

Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.

257 installs/wk local only
Markdown Forge MCP
by ryudi84

Markdown processing, TOC generation, HTML conversion

37 installs/wk local only
CompressIO — Image Compression for AI
by zhaoyaqi18

Compress images to target sizes (80%+ smaller). Tools: compress_image, convert_image, optimize_image

4 tools answering
Onehome MCP
by chrischall

OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes

673 installs/wk local only

PhotoS — questions

Answers built from our own checks of this server.

Why is there no uptime for PhotoS?
PhotoS runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package photo-s-tools was installed 1 144 times last week.
How do I connect PhotoS?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls photo-s-tools straight from pypi; nothing to host, nothing to sign up for.
How many people use PhotoS?
The pypi package photo-s-tools was installed 1 144 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PhotoS open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.