Using Codex, Claude or another AI agent?Connect StickerAI once

StickerAI for agents

Turn a request to remove a background into a project-ready asset.

Connect StickerAI once from Codex, Claude, or your own agent. Keep the original image, receive a transparent PNG, and apply it to a project only after reviewing the proposed change.

Connect once

Use secure browser authorization instead of pasting a secret into your agent.

Original stays intact

The agent writes a new transparent PNG and never replaces your source image.

One credit per job

A credit is charged only after a valid image is accepted for processing.

One message setup

Let your agent connect StickerAI for you

The easiest way to connect

Copy this, then send it to your agent.

Your agent configures the connection. You only complete the secure Google sign-in once.

Connect StickerAI so you can remove image backgrounds directly in my projects.

Please add StickerAI's hosted MCP server: https://stickerai.org/mcp
You have my permission to create the local OAuth client registration and update only your own MCP configuration. Use OAuth / browser authorization. Do not ask me for an API key or save any secret in my project. Start browser authorization immediately. When your client provides the authorization URL, both open it and include the complete clickable URL in your reply; never only say that a browser is waiting. Pause only when Google asks me to sign in or grant consent.

Always reply in the language used in my most recent message, and switch languages automatically when I do.

After connecting, call get_stickerai_account directly through MCP to confirm the connection and remaining credits. From then on, do not open or navigate to StickerAI in a browser for account checks, job polling, downloads, or image processing. Use MCP calls and ordinary HTTPS downloads in the background, then place the resulting transparent PNG into my project without overwriting the original.

What happens next

  1. 01

    Add StickerAI

    Your agent adds StickerAI’s hosted MCP server for you.

  2. 02

    Connect your account

    Sign in with Google in the browser once. Afterwards, the agent uses the scoped MCP connection entirely in the background.

  3. 03

    Ask naturally

    “Remove the background from this product image, save a PNG, and show me the website changes first.”

This is an MCP-first connection: StickerAI adds new tools on the server, so connected agents discover them automatically on their next session. No reinstall is needed.

Developer API and CI setup

For scripts and CI, use an API key instead. Query the balance directly, submit an image, then poll the returned job URL until the temporary transparent PNG is ready. None of these calls require a browser.

curl https://stickerai.org/api/v1/account \
  -H "Authorization: Bearer $STICKERAI_API_KEY"
curl -X POST https://stickerai.org/api/v1/background-removals \
  -H "Authorization: Bearer $STICKERAI_API_KEY" \
  -F "image=@./product.jpg"

Built for an agent that respects the project.

  • ✓ Supports JPG, PNG, and WebP up to 10 MB
  • ✓ Transparent PNG output by default
  • ✓ No remote image URLs in v1, reducing accidental fetches
  • ✓ Failed processing restores the charged credit