Techtenstein Bg
FreeNot checkedMCP server that enables background removal from images (product photos, portraits, cars, or general subjects) returning a transparent PNG.
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 URLremove_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
- Docs: https://apis.techtenstein.com
- Issues: https://github.com/sathvic-kollu/techtenstein-bg-mcp/issues
- Email: [email protected]
License
MIT
Installing Techtenstein Bg
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sathvic-kollu/techtenstein-bg-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
