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.
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.
https://mcp.peelaway.io/mcpSet up your client
Claude.ai (web & desktop)
OAuth · URL only- 01
Open
Settings → Connectors. - 02
Click
Add custom connector. - 03
Paste
https://mcp.peelaway.io/mcpand clickAdd. Leave the advanced Client ID / Secret fields blank. - 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 keyAdd the server, then authenticate in the browser — no key:
claude mcp add --transport http peelaway https://mcp.peelaway.io/mcp
# then run /mcp inside a session and log inOr attach a key instead of the OAuth login:
claude mcp add --transport http peelaway https://mcp.peelaway.io/mcp \
--header "Authorization: Bearer pk_..."Cursor
OAuth or API keyAdd the block to ~/.cursor/mcp.json (or a project .cursor/mcp.json). The URL alone triggers the OAuth login:
{ "mcpServers": { "peelaway": {
"url": "https://mcp.peelaway.io/mcp"
} } }To use a key instead, add a headers block:
{ "mcpServers": { "peelaway": {
"url": "https://mcp.peelaway.io/mcp",
"headers": { "Authorization": "Bearer pk_..." }
} } }ChatGPT
OAuth · paid plans- 01
Open
Settings → Apps & Connectors → Advancedand turn onDeveloper mode. - 02
Choose
Create, give it a name, pastehttps://mcp.peelaway.io/mcp, and confirmI trust this application. - 03
Sign into Peelaway in the browser (OAuth — ChatGPT has no API-key field for connectors).
- 04
In a chat, enable it from the
+ → Developer modemenu. 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 keyHTTP-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:
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.