背景削除API MCPサーバー

中級

これはContent Creation, Multimodal AI分野の自動化ワークフローで、9個のノードを含みます。主にHttpRequestTool, McpTriggerなどのノードを使用。 Background Removal API MCPサーバー

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下の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など)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数9
カテゴリー2
ノードタイプ3
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
David Ashby

David Ashby

@cfomodz

A 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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34