送信

Photo AI Studio

@Photo AI Studio

AI photo generation, editing, and video creation MCP server. Generate photos from 150+ themed styles, edit with 19 AI operations (remove background, retouch, upscale, face swap), and create AI videos. Powered by Photo AI Studio.
概要

Photo AI Studio MCP Server

Generate AI photos, edit images, and create videos directly from Claude Desktop, Cursor, Windsurf, or any MCP client.

Features

  • 150+ photo themes — professional headshots, dating profiles, creative styles
  • 19 edit operations — remove background, retouch, upscale, face swap, age, expression, and more
  • AI video generation — animate photos, create UGC videos, product showcases
  • Auto-polling — waits for async operation results by default
  • Credit-based — new accounts get 100 free credits

Quick Start

  1. Sign up at photoaistudio.com and get an API key at photoaistudio.com/api-keys
  2. Add to your MCP client config:
{
  "mcpServers": {
    "photoaistudio": {
      "command": "npx",
      "args": ["-y", "@photoaistudio/mcp-server"],
      "env": {
        "PHOTOAI_API_KEY": "pa_sk_your-key-here"
      }
    }
  }
}

Available Tools

  • get_account — check credit balance
  • browse_themes — browse 150+ photo themes
  • upload_image — upload image to CDN
  • generate_photo — generate AI photos (100 credits/photo)
  • edit_image — 19 edit operations (3-100 credits)
  • create_video — AI videos (100-500 credits)
  • get_prediction — poll async status
  • list_predictions — list past predictions

サーバー設定

{
  "mcpServers": {
    "photoaistudio": {
      "command": "npx",
      "args": [
        "-y",
        "@photoaistudio/mcp-server"
      ],
      "env": {
        "PHOTOAI_API_KEY": "pa_sk_your-key-here"
      }
    }
  }
}
- MCP Server