MCP server for the Poof background removal API. Supports both stdio and Cloudflare Worker remote MCP.
Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for the Poof background removal API. Supports both stdio and Cloudflare Worker remote MCP. The mcp mcp server is what makes that connection.
MCP (Model Context Protocol) server for the Poof background removal API. Use AI assistants like Claude to remove backgrounds from images.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Cursor — Add to .cursor/mcp.json in your project root (or global config):Windsurf — The Windsurf tool exposed by this serverremove_background — Remove the background and add a white background insteadget_account — The get_account tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at @poof-bg/mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: POOF_API_KEY, YOUR_POOF_API_KEY, MCP_JWT_SECRET, COOKIE_ENCRYPTION_KEY, DASHBOARD_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — Cursor, Windsurf, remove_background and 1 more — is a fair guide to whether it matches your workflow. It is maintained by poof-bg; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | Add to .cursor/mcp.json in your project root (or global config): |
| Windsurf | The Windsurf tool exposed by this server. |
| remove_background | Remove the background and add a white background instead |
| get_account | The get_account tool exposed by this server. |
{
"mcpServers": {
"poof": {
"url": "https://api.poof.bg/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| POOF_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_POOF_API_KEY | Credential the server authenticates with. | Yes |
| MCP_JWT_SECRET | Credential the server authenticates with. | Yes |
| COOKIE_ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
| DASHBOARD_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.