Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Techtenstein Bg

БесплатноНе проверен

MCP server that enables background removal from images (product photos, portraits, cars, or general subjects) returning a transparent PNG.

GitHubEmbed

Описание

MCP server that enables background removal from images (product photos, portraits, cars, or general subjects) returning a transparent PNG.

README

Techtenstein Background Removal MCP

MCP server that gives your Claude, Cline, or Cursor session the ability to strip backgrounds from any image — product photos, portraits, cars, or general subjects — returning a transparent PNG. Powered by the Techtenstein Background Removal API.

Tools exposed

  • remove_background_url(image_url, mode="auto") — Strip background from an image URL
  • remove_background_base64(image_base64, mode="auto") — Strip background from a base64 image (user upload)

Modes: auto, product, portrait, car.

Install (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "techtenstein-bg": {
      "command": "uvx",
      "args": ["techtenstein-bg-mcp"],
      "env": {
        "TECHTENSTEIN_API_KEY": "your_key_from_techtenstein.com"
      }
    }
  }
}

Restart Claude Desktop. remove_background_url and remove_background_base64 will appear as available tools.

Install (Cline / VS Code)

Same config path as Claude Desktop — Cline auto-detects.

Install (Cursor)

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "techtenstein-bg": {
      "command": "uvx",
      "args": ["techtenstein-bg-mcp"],
      "env": {"TECHTENSTEIN_API_KEY": "your_key"}
    }
  }
}

Get an API key

Free tier (30 images/day, no card): https://apis.techtenstein.com

Paid tiers start at $9/month for 1,000 images.

Example usage

Once installed, ask Claude:

"Remove the background from this product photo: https://cdn.example.com/shoe.jpg"

Claude will call remove_background_url in product mode and return a transparent PNG.

Or for a portrait:

"This is a headshot — cut out just the person: https://example.com/team-photo.jpg"

Claude will call remove_background_url(image_url, mode="portrait").

Response schema

{
  "png_base64": "iVBORw0KGgoAAAANS...",
  "content_type": "image/png",
  "bytes": 48212
}

Support

License

MIT

from github.com/sathvic-kollu/techtenstein-bg-mcp

Установка Techtenstein Bg

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sathvic-kollu/techtenstein-bg-mcp

FAQ

Techtenstein Bg MCP бесплатный?

Да, Techtenstein Bg MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Techtenstein Bg?

Нет, Techtenstein Bg работает без API-ключей и переменных окружения.

Techtenstein Bg — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Techtenstein Bg в Claude Desktop, Claude Code или Cursor?

Открой Techtenstein Bg на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Techtenstein Bg with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development