Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Techtenstein Bg

FreeNot checked

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

GitHubEmbed

About

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

Install Techtenstein Bg in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install techtenstein-bg-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add techtenstein-bg-mcp -- uvx techtenstein-bg-mcp

FAQ

Is Techtenstein Bg MCP free?

Yes, Techtenstein Bg MCP is free — one-click install via Unyly at no cost.

Does Techtenstein Bg need an API key?

No, Techtenstein Bg runs without API keys or environment variables.

Is Techtenstein Bg hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Techtenstein Bg in Claude Desktop, Claude Code or Cursor?

Open Techtenstein Bg on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Techtenstein Bg with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs