Picverce AI for Claude

Use Picverce AI inside Claude

Connect your account once and Claude can generate images, remove backgrounds, upscale photos and run every other Picverce AI tool without you leaving the conversation.

Jobs draw from the credits already on your account. Nothing separate to buy, and the same work appears in your history and usage.

Connector URL

https://mcp.picverce.com/mcp

Three steps

Public API access comes with a Basic, Standard or Premium plan, or with any credit pack you have bought. If your account has one of those, you can connect now.

  1. Step 1

    Create an API key

    In your Picverce AI account, open API, then Keys. The key is shown once, so copy it before closing the dialog.

  2. Step 2

    Add the connector in Claude

    Claude Settings, then Connectors, then add a custom connector. Name it Picverce AI and paste the URL above. Set authentication to your key as a bearer token.

  3. Step 3

    Ask for an image

    Start a chat and describe what you want made or changed. Claude picks the tool, runs the job on your credits, and hands back the image URL.

Claude's connector screens change from time to time. Anthropic's MCP documentation has the current labels.

In the terminal

Claude Code takes the same server as one command, then asks for your key.

Claude Code

claude mcp add --transport http --scope user picverce-ai https://mcp.picverce.com/mcp

Other MCP clients work the same way wherever they support a remote server over HTTP. Point them at the connector URL and give them your key as a bearer token.

What Claude can do with it

Every image tool on the site, and every generation model, reached through five tools Claude picks between on its own.

  • Generate images from a prompt with any of the catalog models
  • Enhance, sharpen, upscale and restore photos you already have
  • Remove a background, an object or a watermark
  • Colorize an old photo, or turn one into anime, cartoon or sketch
  • Change a hairstyle or an outfit from the preset lists
  • Check on a job that is still running

The tools Claude sees

  • generate_image

    Text to image with any catalog model, ratio, resolution, and variations.

  • edit_image

    Run a catalog tool on an image URL (enhance, upscale, remove background, and more).

  • get_job

    Poll job status and read output URLs when a job is still running.

  • list_tools

    List runnable tools and credit costs.

  • list_models

    List generation models and credit ranges.

About your key and your credits

The key stays in the connector

No Picverce AI tool takes a key as an argument, so it never appears in the conversation and the model never reads it. Revoke it from the Keys tab at any time and the connector stops working immediately.

You are told what it cost

Every result says how many credits were charged. A job that fails is refunded in full and charges nothing. Retries of the same request do not charge twice.

Images need a public link

To change a photo you already have, Claude needs an https URL it can reach. A file on your computer or on a private network cannot be used.

Building a product instead

This connector is for people working in a chat. If you are putting Picverce AI inside your own software, a store or a batch pipeline, use the REST API directly: post jobs, listen for the webhook when they finish, and keep your key on your server.