1. Conduid
  2. Content
  3. 00bx-photoshop
MCP server · Content

00bx-photoshop

MCP server for Adobe Photoshop. 323 tools + 7 AI skills for design automation.

Unclaimed content
39Low

Scored 3 months ago · breakdown

About 00bx-photoshop

00bx-photoshop is an MCP server published by git+00bx in the Content category: mCP server for Adobe Photoshop. 323 tools + 7 AI skills for design automation. It has been installed 0 times through Conduid.

Install

Install
npx 00bx-photoshop-mcp
Claude Code
claude mcp add 00bx-photoshop-mcp -- npx -y 00bx-photoshop-mcp
npx
npx -y 00bx-photoshop-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about 00bx-photoshop

Powered by Claude · Grounded in docs

I know everything about 00bx-photoshop. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

00bx-photoshop-mcp

00bx-photoshop-mcp

MCP server for Adobe Photoshop. 323 tools + 7 AI skills for design automation via OpenCode.

Install

npm install -g 00bx-photoshop-mcp
00bx-photoshop-mcp-install

Installs everything to ~/.00bx-photoshop-mcp/ and 7 OpenCode skills to ~/.config/opencode/skills/.

Setup

1. Start the proxy

cd ~/.00bx-photoshop-mcp/adb-proxy-socket && node proxy.js

Keep this running. Background alternative:

nohup node proxy.js > /tmp/ps-proxy.log 2>&1 &

2. Load the UXP plugin

  1. Open Adobe UXP Developer Tool (from Creative Cloud)
  2. Add Plugin -> select ~/.00bx-photoshop-mcp/uxp/ps
  3. Click Load
  4. Open Photoshop

3. Add MCP config

Add to ~/.config/opencode/opencode.json:

{
  "mcp": {
    "adobe-photoshop": {
      "type": "local",
      "command": [
        "~/.00bx-photoshop-mcp/mcp/.venv/bin/python",
        "~/.00bx-photoshop-mcp/mcp/ps-mcp.py"
      ],
      "timeout": 30000,
      "enabled": true
    }
  }
}

Restart OpenCode. Done.

What's included

323 Tools

Category Examples
Filters Gaussian blur, motion blur, oil paint, sharpen, noise, pixelate, distortion
Layer styles Drop shadow, inner glow, bevel, gradient overlay, stroke
Shapes Rectangle, ellipse, polygon, line, arrow, custom path
Selections Subject, sky, color range, focus area, expand, feather
Text Single/multi-line, edit properties
Transforms Scale, rotate, flip, perspective, warp, content-aware scale
Adjustments Brightness, hue/sat, curves, levels, color balance, vibrance
Canvas Create, crop, resize, rotate, trim
Layers Create, duplicate, delete, group, merge, visibility, position
batchPlay Execute any Photoshop command directly

7 AI Skills (auto-installed)

Skills load on-demand so they don't eat your context window.

Skill What it covers
ps-fundamentals Core rules, coordinate system, masks, smart objects
ps-blend-modes All blend mode formulas and quick reference
ps-tool-catalog Complete 323-tool reference by category
ps-batchplay BatchPlay descriptors, reference forms, event codes
ps-text-effects 19 verified text effect recipes with exact parameters
ps-photo-effects 13 photo effects + 4 color grading recipes
ps-advanced Filter ranges, workflow templates, gotchas, quality checklist

Architecture

OpenCode <-> MCP Server (Python) <-> Proxy (Node) <-> UXP Plugin <-> Photoshop

Requirements

  • Adobe Photoshop 2025/2026
  • Adobe UXP Developer Tool
  • Python 3.10+
  • Node.js 18+
  • OpenCode

Troubleshooting

"Could not connect to photoshop"

  • Check proxy is running: lsof -i :3001
  • Check UXP plugin is loaded
  • Make sure Photoshop is open

MCP not showing in OpenCode

  • Validate config: cat ~/.config/opencode/opencode.json | python3 -m json.tool
  • Restart OpenCode

Commands timeout

  • Increase timeout to 60000 in your config
  • Open a document in Photoshop first (some commands need one)

Attribution

Forked from mikechambers/adb-mcp. Extended from 50 to 323 tools with full filter/effect coverage.

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About 00bx-photoshop

How do I install 00bx-photoshop?

Run npx 00bx-photoshop-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is 00bx-photoshop safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is 00bx-photoshop still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.