PluginBench
MCP Server
Maintained

io.github.sathvic-kollu/techtenstein-bg MCP Server

io.github.sathvic-kollu/techtenstein-bg

What is the io.github.sathvic-kollu/techtenstein-bg MCP server?

AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.

How to install io.github.sathvic-kollu/techtenstein-bg

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TECHTENSTEIN_API_KEY
    secret

    API key from https://apis.techtenstein.com (free tier: 30 images/day)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "techtenstein-bg": {
      "command": "uvx",
      "args": [
        "techtenstein-bg-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "techtenstein-bg": {
      "command": "uvx",
      "args": [
        "techtenstein-bg-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "techtenstein-bg": {
      "command": "uvx",
      "args": [
        "techtenstein-bg-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "techtenstein-bg": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "techtenstein-bg-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add techtenstein-bg --env TECHTENSTEIN_API_KEY=<YOUR_TECHTENSTEIN_API_KEY> -- uvx techtenstein-bg-mcp

Related MCP servers

Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.

0
TypeScript
MIT
View repository →

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

0
TypeScript
MIT
View repository →

Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.

0
Python
View repository →

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

0
Python
View repository →

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

0
Python
View repository →