ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Playground AI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Generate, inpaint, upscale, and transform images using Playground AI's powerful models via natural language.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Playground AI capability set.

These are the exact actions your AI can choose when you ask it to work with Playground AI.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Playground AI.

  1. 01

    List generations

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

  2. 02

    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)

  3. 03

    Remove background

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

  4. 04

    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

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Playground AI.

  1. 05

    Upscale image

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

  2. 06

    List models

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

  3. 07

    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)

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Playground AI.

  1. 08

    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

  2. 09

    Get generation

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

  3. 10

    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)

Observed, not estimated

835ms average. Fast in production.

Playground AI is checked daily against the live service.

Daily averagePeak 986ms
Aug 25Today
Fastest day
772ms
Slowest day
986ms
14-day trend
Slowing+7%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Playground AI, so you can see the experience inside your AI.

It does not authenticate your account with Playground AI. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Playground AI Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_CZ4iZgNPLcXoXLZeQcrF98W9DBO3Kd80p4W5elUg/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Playground AI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "playground-ai-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_CZ4iZgNPLcXoXLZeQcrF98W9DBO3Kd80p4W5elUg/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Playground AI owners ask.

  • 01

    Can my AI automatically remove a background and embed the image into my project?

    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 `` tag placing the clean asset directly into the UI mapping you're developing.

  • 02

    How exactly does outpaint_image expand the canvas?

    The capability passes the target image alongside the literal specific expansion vectors ('up', 'down', 'left', 'right') and a guiding context text. The diffusion nodes generate purely new mathematical tensor states radiating outward, predicting the lighting, shadows, and environment strictly following your prompt rules without stretching existing pixels.

  • 03

    Can I enforce specific structural references using ControlNet constraints?

    Yes. Instead of standard generation, invoke generate_with_controlnet. You upload a scribble or an edges-only mapping layout as your source. By defining the explicit type ('canny', 'depth', 'pose', 'scribble'), the AI strictly anchors its conceptual render to those physical guiding constraints rather than randomizing spatial architecture.