Skip to content

Releases: vakandi/mcp-apple-image-playground

v1.1.3 — Clean Apple Image Playground MCP

Choose a tag to compare

@vakandi vakandi released this 21 Jul 00:25

What's new

  • npm package published: npx mcp-apple-image-playground
  • Removed Pollinations.ai — Apple Image Playground only (on-device + ChatGPT external via Shortcuts.app)
  • Node.js launcher for full npx compatibility
  • Auto-deps: Python deps install on first run
  • Google Search Console verification file included

Install

npx mcp-apple-image-playground

IDE Config

{
  "mcpServers": {
    "apple_image": {
      "command": "npx",
      "args": ["mcp-apple-image-playground"]
    }
  }
}

Full docs: https://www.npmjs.com/package/mcp-apple-image-playground

v1.0.0 — Apple Image MCP

Choose a tag to compare

@vakandi vakandi released this 19 Jul 17:49

v1.0.0 — First Release

17 MCP Tools

  • Image Generation: generate_image, generate_social_pack, generate_bundle, generate_batch
  • Post-Processing: add_text_overlay, add_watermark, create_gradient, create_text_post, apply_filter
  • Crop & Utility: smart_crop, detect_faces, crop_image, resize_image
  • Discovery: list_engines, list_presets, list_bundles, list_styles

Dual Engine

  • Apple Intelligence (on-device): illustration, sketch, animation styles. Private, ~3-5s.
  • Pollinations.ai (cloud): Photorealistic via Flux model. Free, no API key.

40+ Platform Presets

Instagram, TikTok, LinkedIn, YouTube, Pinterest, Facebook, Twitter/X, Threads, blog, email, Discord, Twitch, Spotify, app icons.

What's New

  • Refactored from 1367-line monolith into clean 6-module package
  • Removed dead code (unreachable duplicate in _run_helper_foreground)
  • Added banner image (generated with this MCP)
  • Updated README with correct tool names and architecture docs