Playground AI

Playground AI MCP Connector for Claude

A+

Generate, inpaint, upscale, and transform images using Playground AI's powerful models via natural language.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent directly to the Playground AI compute clusters. Eliminate manual interface dragging by instructing your LLM (Claude, Cursor) to natively generate, radically outpaint, or surgically inpaint high-resolution visual components using the Playground v3 pipeline.

What you can do

  • Direct Image Generation — Generate pristine assets instantly. Use the generate_image tool explicitly defining prompt nuances and tensor geometries (like 1024x1024).
  • ControlNet & Transformations — Substantially alter base images. Tell the agent to use controlnet (depth/canny) or apply raw transform_image overrides mutating your sketches into polished renders.
  • Precision Editing — Execute flawless structural edits. Instruct the AI to seamlessly remove_background and isolate elements, or use inpaint_image overlaying explicit masks.
  • Upscaling & Outpainting — Scale blurry inputs intelligently up to 4x, or instruct the diffusion model to geometrically expand boundary borders utilizing outpaint_image.

How it works

  1. Append the Playground integration strictly to your MCP setup
  2. Provide your Playground API Key
  3. Start rendering graphics and UI components directly from code comments

Who is this for?

  • Web Developers — generate perfectly sized graphical placeholders without opening a visual editor.
  • Concept Artists — automate repetitive masking and background removal using the agent's remove_background node.
  • Creative Directors — apply instantaneous upscaling or outpainting adjustments natively while discussing the copy.
generative-artimage-generationinpaintingoutpaintingai-modelscreative-workflow

10 tools expose this connector's capabilities to your AI agent.

generate_image

Triggers immediate billing execution per inference step. Generate images from a text prompt using Playground AI. Playground offers multiple AI models including Playground v3 and SDXL variants for creative image generation. Instructions: Pass prompt, model name, width, height (multiples of 64)

transform_image

Transform an existing image with a text prompt using Playground AI. Strength controls how much the image changes (0-1). Instructions: Pass prompt, public image URL, and strength

inpaint_image

Inpaint specific areas of an image using Playground AI. Uses a mask to define regions. Instructions: Pass prompt, image URL, and mask image URL (white = edit area)

upscale_image

Upscale an image using Playground AI. Enhances resolution and detail. Instructions: Pass image URL and scale factor (2 or 4)

remove_background

Remove the background from an image using Playground AI. Returns transparent PNG. Instructions: Pass public image URL

outpaint_image

Extend an image beyond its borders using Playground AI. AI generates new content in the specified direction. Instructions: Pass prompt, image URL, direction (up/down/left/right)

generate_with_controlnet

Generate images with ControlNet guidance using Playground AI. Control types: canny, depth, pose, scribble. Instructions: Pass prompt, reference image URL, control type

list_models

List available models on Playground AI. Returns model names, descriptions, and capabilities

get_generation

Get details of a Playground AI generation by ID. Returns images, prompt, model, and metadata

list_generations

List recent generations on Playground AI. Returns generation IDs, prompts, and timestamps

See how to talk to your AI agent using Playground AI.

Generate a 1024x1024 image of a cyberpunk coffee cup in neon lighting.

Payload dispatched holding spatial constraints to 1024x1024 pixels. Using default Model 'Playground v3'. The system returns generation block `ID: 9x8A-CUP`. The finalized render URL is ready: [View Graphic]. Want to apply an iterative 2x Upscale on it now?

Upscale this image to 4x its size `https://example.com/small_icon.png`.

Upscaling protocol engaged. Submitted target to `upscale_image` invoking factor constraint '4'. The engine interpolated logical pixels correctly matching standard textures natively. Result pointer: [High-Res URL].

Remove the background from the image at `https://example.com/person.jpg`.

Background segmentation dispatched via `remove_background`. The deep learning layer masked the subject heavily and omitted out-of-bounds layer fragments. I've received the pristine transparent PNG rendering back. The new asset is currently available at `[Extracted PNG URL]`. Would you like me to map it in a new CSS class?

Yes! The agent triggers the `remove_background` method on any public image URL. Playground internally isolates the core subject, dropping the background layers, and replies with a secure pointer URL. Your agent can instantly fetch the response string and code an `<img>` tag placing the clean asset directly into the UI mapping you're developing.

Related Connectors