What is MCP?
Model Context Protocol is an open standard that lets AI assistants use external tools. With the Poof MCP server, Claude can remove backgrounds from images during your conversation.Installation
npx (Recommended)
No installation needed — just configure Claude Desktop to use it:Global Install
Claude Desktop Setup
Get Your API Key
Copy your API key from dash.poof.bg.
Available Tools
Once configured, Claude has access to these tools:poof_remove_background
Remove the background from an image.
Parameters:
image_path(string) — Path to the image fileoutput_path(string, optional) — Where to save the resultformat(string, optional) — Output format: png, jpg, webpsize(string, optional) — Size preset: full, preview, small, medium, largecrop(boolean, optional) — Crop to subject boundsbg_color(string, optional) — Background color for RGB output
poof_get_account
Check your account balance and plan details.
Example Conversations
Basic Usage
You: Remove the background from ~/Desktop/photo.jpg
Claude: I’ll remove the background from that photo for you. [Uses poof_remove_background tool] Done! I’ve saved the result to ~/Desktop/photo_no_bg.png. The background has been removed and the image now has a transparent background.
With Options
You: Take ~/Downloads/product.jpg, remove the background, and give me a white background version for our website
Claude: I’ll process that product image with a white background. [Uses poof_remove_background with format=“jpg”, bg_color=“#ffffff”] Done! I’ve created ~/Downloads/product_white_bg.jpg with a clean white background, perfect for your website.
Checking Credits
You: How many Poof credits do I have left?
Claude: Let me check your account. [Uses poof_get_account tool] You’re on the Pro plan with 3,766 credits remaining out of 5,000 this billing cycle.
Configuration Options
Custom Output Directory
Always save results to a specific folder:Default Options
Set default processing options:Troubleshooting
Server Not Appearing
- Check that your config file is valid JSON
- Ensure the API key is correct
- Restart Claude Desktop completely (quit from menu bar)
- Check Claude’s developer console for errors
Permission Errors
Claude needs permission to access files. If you get permission errors:- Check that the file path is correct
- Ensure Claude has access to that directory
- Try using an absolute path
API Errors
Check your API key and credits:You: Check my Poof account statusIf you see authentication errors, verify your
POOF_API_KEY in the config.