# Remove.bg — MCP server on mcp.ai > Connect your Remove.bg account and use 3 tools for images and design straight from your AI agent. Connect with your own API key. remove_bg is an API that allows developers to automatically remove backgrounds from images using AI technology. By: mcp.ai · official Page: https://mcp.ai/remove_bg ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_remove_bg?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/remove_bg/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/remove_bg/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/remove_bg/skill.md Postman collection (v2.1): https://mcp.ai/remove_bg/postman.json ## Tools - remove_bg(roi?: string, crop?: boolean, size?: string, type?: string, scale?: string, format?: string, bg_color?: string, channels?: string, position?: string, image_url?: string, image_file?: string, bg_image_url?: string, bg_image_file?: string) — Tool to remove background from an image. Use when you need a transparent or custom background for product or profile photos. - remove_bg_get_account() — Tool to retrieve account information, including current credit balance. Use when you need to know your remove.bg account's credit and usage details. - remove_bg_submit_improvement(tag?: string, image_url?: string, image_file?: object, image_file_b64?: string, image_filename?: string) — Tool to submit an image to the remove.bg Improvement program. Use when you want to contribute images that remove.bg cannot process properly to help improve the AI. By submitting images you agree to th ## Example prompts - "What can I do in Remove.bg?" - "Show me a summary of my Remove.bg account" ## Links Docs: https://mcp.ai/docs/mcps/remove_bg Website: https://mcp.ai/mcps/remove_bg