배경 제거 API MCP 서버
중급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. 배경 제거 API MCP 서버.
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (9)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "ZijXs996AMDHxafz",
"meta": null,
"name": "Background Removal API MCP Server",
"tags": [],
"nodes": [
{
"id": "e6a0a1d3-893b-440a-a33c-04444c223897",
"name": "설정 안내",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
-240
],
"parameters": {
"color": 4,
"height": 1060,
"content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up apiKey credentials\n - Type: API Key in header\n - Key name: X-API-Key\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 3 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
},
"typeVersion": 1
},
{
"id": "e8132198-28e7-427d-a11a-708c4164c5d2",
"name": "워크플로우 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-100
],
"parameters": {
"width": 320,
"height": 560,
"content": "## 🛠️ Background Removal MCP Server ✅ 3 operations\n\n### About\nRemove the background of any image\n\n### 🔧 How it Works\n\nThis workflow converts the Background Removal API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://api.remove.bg/v1.0\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n"
},
"typeVersion": 1
},
{
"id": "6af1d351-70a0-4ea1-8a52-a3e01f4362b7",
"name": "배경 제거 MCP 서버",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-940,
-240
],
"webhookId": "ac0e380e-976a-4538-abfa-8d4d7e9896ad",
"parameters": {
"path": "background-removal-mcp"
},
"typeVersion": 1
},
{
"id": "c44b5257-5fa5-4966-bf1d-cc3129aec5e7",
"name": "계정 잔액 조회",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-640,
80
],
"parameters": {
"url": "=https://api.remove.bg/v1.0/account",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Fetch credit balance and free API calls."
},
"typeVersion": 4.2
},
{
"id": "8e133695-4a0a-4063-a755-8bed53d9b5b7",
"name": "그리드 노트 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
20
],
"parameters": {
"color": 7,
"width": 260,
"height": 220,
"content": "## Fetch Account Info"
},
"typeVersion": 1
},
{
"id": "f613d1eb-b71f-41a8-b2fb-f620ae2604b5",
"name": "이미지 개선 제출",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-360,
80
],
"parameters": {
"url": "=https://api.remove.bg/v1.0/improve",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Submit an image to the remove.bg Improvement program * Contribute an image that remove.bg is currently not able to remove the background from properly * Help us make remove.bg better * Get better results for similiar images in the future Notes: * By submitting images through the API you agree to the <a target=\"_blank\" rel=\"noopener\" href=\"/ipc\">Improvement Program Conditions</a> * File size: up to 12MB * up to 100 files per day. Higher Rate Limits are available for Enterprise customers <a href=\"/support/contact?subject=Improvement+Program+Rate+Limit\">upon request</a>. Requires either an API Key to be provided in the `X-API-Key` request header or an OAuth 2.0 access token to be provided in the `Authorization` request header. Please note that submissions are used on a best-effort basis and the extent of expected improvement varies depending on many factors, including the number of provided images, their complexity and visual similarity. Improvements usually take several weeks to become effective."
},
"typeVersion": 4.2
},
{
"id": "f994c2bc-3510-44b3-bde2-dd9205a8b848",
"name": "그리드 노트 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-460,
20
],
"parameters": {
"color": 7,
"width": 260,
"height": 220,
"content": "## Improvement Program"
},
"typeVersion": 1
},
{
"id": "b16c434a-0683-4ff7-87bd-a21dfe9d784e",
"name": "이미지 배경 제거",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-80,
80
],
"parameters": {
"url": "=https://api.remove.bg/v1.0/removebg",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Remove the background of an image"
},
"typeVersion": 4.2
},
{
"id": "31233f7b-c3f8-4700-8e1b-a3bdbf08b299",
"name": "그리드 노트 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-180,
20
],
"parameters": {
"color": 7,
"width": 260,
"height": 220,
"content": "## Background Removal"
},
"typeVersion": 1
}
],
"active": false,
"shared": [
{
"role": "workflow:owner",
"project": {
"id": "G5fce9xGuBAsWBXe",
"icon": null,
"name": "David Ashby <david.ashby.lds@gmail.com>",
"type": "personal",
"createdAt": "2025-06-04T02:55:02.013Z",
"updatedAt": "2025-06-04T02:56:01.361Z",
"projectRelations": [
{
"role": "project:personalOwner",
"user": {
"id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"role": "global:owner",
"email": "david.ashby.lds@gmail.com",
"disabled": false,
"lastName": "Ashby",
"settings": {
"npsSurvey": {
"responded": true,
"lastShownAt": 1749357655581
},
"userActivated": true,
"userActivatedAt": 1749075994495,
"easyAIWorkflowOnboarded": true,
"firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
},
"createdAt": "2025-06-04T02:55:01.745Z",
"firstName": "David",
"isPending": false,
"updatedAt": "2025-06-08T04:40:58.399Z",
"mfaEnabled": false,
"personalizationAnswers": {
"version": "v4",
"personalization_survey_n8n_version": "1.95.3",
"personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
}
},
"userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"createdAt": "2025-06-04T02:55:02.013Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-04T02:55:02.013Z"
}
]
},
"createdAt": "2025-07-03T05:52:50.006Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-03T05:52:50.006Z",
"workflowId": "ZijXs996AMDHxafz"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-03T05:52:50.004Z",
"updatedAt": "2025-07-03T16:27:13.000Z",
"versionId": "f0d42a0b-40e2-474e-8ddb-b89dd0e79fd1",
"isArchived": false,
"staticData": null,
"connections": {
"c44b5257-5fa5-4966-bf1d-cc3129aec5e7": {
"ai_tool": [
[
{
"node": "6af1d351-70a0-4ea1-8a52-a3e01f4362b7",
"type": "ai_tool",
"index": 0
}
]
]
},
"b16c434a-0683-4ff7-87bd-a21dfe9d784e": {
"ai_tool": [
[
{
"node": "6af1d351-70a0-4ea1-8a52-a3e01f4362b7",
"type": "ai_tool",
"index": 0
}
]
]
},
"f613d1eb-b71f-41a8-b2fb-f620ae2604b5": {
"ai_tool": [
[
{
"node": "6af1d351-70a0-4ea1-8a52-a3e01f4362b7",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
api.video 기반 AI 대리자 완전한 비디오 관리 시스템
api.video 기반 AI 대리자 완전한 비디오 관리 시스템
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
61 노드David Ashby
콘텐츠 제작
15. LibreTranslate MCP 서버
使AI에이전트能够통해LibreTranslate MCP服务器翻译文本및文件
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
12 노드David Ashby
엔지니어링
GPT-4o와 Claude 다중 에이전트 시스템을 사용한 Shopify SEO 콘텐츠 생성 자동화
GPT-4o 및 Claude 멀티 에이전트 시스템을 사용한 Shopify SEO 콘텐츠 생성 자동화
Set
Code
Shopify
+
Set
Code
Shopify
92 노드Kumar Shivam
콘텐츠 제작
[eBay] 물류 API MCP 서버
통해MCP服务器实现eBay物流API의AI에이전트통합
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 노드David Ashby
엔지니어링
AWS 비용 및 사용량 보고서 서비스 MCP 서버
面向AI에이전트의AWS成本与用量보고서관리
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 노드David Ashby
데브옵스
고급 Medium API MCP 서버
高级Medium API MCP服务器
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
43 노드David Ashby
시장 조사
워크플로우 정보
난이도
중급
노드 수9
카테고리2
노드 유형3
저자
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유