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/mcpThree 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.
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.
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.
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/mcpOther 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_imageText to image with any catalog model, ratio, resolution, and variations.
edit_imageRun a catalog tool on an image URL (enhance, upscale, remove background, and more).
get_jobPoll job status and read output URLs when a job is still running.
list_toolsList runnable tools and credit costs.
list_modelsList 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.