← Back to Plugins
MCP Server MCP

PhotoS

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx photo-s-tools

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "photo-s-tools",
      "version": "1.4.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "photo-s-tools[mcp]",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "photo-s",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...