Model Context Protocol · one endpoint

Connect Peelaway to Claude, ChatGPT, Cursor, and any AI you use.

Peelaway is a Model Context Protocol (MCP) server. Add it once and your assistant can edit images by describing the change — remove objects, wipe backgrounds, restyle a scene — at full resolution.

Claude.aiClaude DesktopClaude CodeCursorChatGPTany MCP client

Two ways to connect

1. OAuth — paste the URL

Give the client https://mcp.peelaway.io/mcp and sign into Peelaway once in the browser. The client registers itself and stores the token — nothing to copy or manage. Works in Claude.ai, Claude Code, Cursor, and ChatGPT.

2. API key — paste a pk_ bearer

Create a key in your dashboard and set Authorization: Bearer pk_…. Best for config-file clients — Cursor, Claude Code, and the mcp-remote bridge.

the endpoint
https://mcp.peelaway.io/mcp

Set up your client

Claude.ai (web & desktop)

OAuth · URL only
  1. 01

    Open Settings → Connectors.

  2. 02

    Click Add custom connector.

  3. 03

    Paste https://mcp.peelaway.io/mcp and click Add. Leave the advanced Client ID / Secret fields blank.

  4. 04

    Sign into Peelaway in the browser window that opens. Toggle the connector on in a chat with the + menu.

Free plans allow one custom connector. On Team / Enterprise an owner adds it, then each member clicks Connect. (Custom connectors are in beta.)

Claude Code

OAuth or API key

Add the server, then authenticate in the browser — no key:

terminal
claude mcp add --transport http peelaway https://mcp.peelaway.io/mcp
# then run /mcp inside a session and log in

Or attach a key instead of the OAuth login:

terminal
claude mcp add --transport http peelaway https://mcp.peelaway.io/mcp \
  --header "Authorization: Bearer pk_..."

Cursor

OAuth or API key

Add the block to ~/.cursor/mcp.json (or a project .cursor/mcp.json). The URL alone triggers the OAuth login:

~/.cursor/mcp.json
{ "mcpServers": { "peelaway": {
    "url": "https://mcp.peelaway.io/mcp"
} } }

To use a key instead, add a headers block:

~/.cursor/mcp.json
{ "mcpServers": { "peelaway": {
    "url": "https://mcp.peelaway.io/mcp",
    "headers": { "Authorization": "Bearer pk_..." }
} } }

ChatGPT

OAuth · paid plans
  1. 01

    Open Settings → Apps & Connectors → Advanced and turn on Developer mode.

  2. 02

    Choose Create, give it a name, paste https://mcp.peelaway.io/mcp, and confirm I trust this application.

  3. 03

    Sign into Peelaway in the browser (OAuth — ChatGPT has no API-key field for connectors).

  4. 04

    In a chat, enable it from the + → Developer mode menu. Write actions ask you to confirm each call.

Requires a paid plan (Plus, Pro, Business, Enterprise, or Edu) on the web — not Free. Running edits is a write action; on Plus / Pro individual accounts custom connectors may be read-only, with full write access on Business / Enterprise / Edu workspaces. Verify at setup, as OpenAI is rolling this out.

Any MCP client / mcp-remote

OAuth or API key

HTTP-native clients take the same url (+ optional headers) JSON as Cursor. For a stdio-only client — or older Claude Desktop — bridge it with mcp-remote:

terminal
npx -y mcp-remote https://mcp.peelaway.io/mcp
# add a key: --header "Authorization: Bearer pk_..."

Before your first edit

Connecting and creating pk_ keys work immediately. Running an edit spends one credit and needs a verified email — new accounts get 10 free credits after verifying. Sign up or create a key.

Connect it in two minutes.

Paste the URL, sign in, and start editing images from your assistant.