ProductivityPython

photoshop-python-api-mcp-server

This MCP server allows users to control Adobe Photoshop programmatically through structured commands.

Free
N/A rating (0 reviews)0 installs191 GitHub stars
PhotoshopMCPAutomation

The Photoshop MCP Server acts as a bridge between the Model Context Protocol (MCP) and Adobe Photoshop, enabling AI assistants and other MCP clients to automate image editing operations and manage Photoshop tasks. It leverages the photoshop-python-api to facilitate context-aware interactions, making it easier for users to execute complex workflows with simple commands. Designed specifically for Windows operating systems, this server utilizes Windows-specific COM interfaces to interact with Photoshop. Users can perform a variety of image editing tasks, automate repetitive workflows, and enhance their productivity by integrating Photoshop capabilities into their applications or AI systems.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "photoshop-python-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-photoshop-python-api-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1