{
  "markdown": "<!-- mcp-name: io.github.sathvic-kollu/techtenstein-bg -->\n\n# Techtenstein Background Removal MCP\n\nMCP server that gives your Claude, Cline, or Cursor session the ability to strip\nbackgrounds from any image — product photos, portraits, cars, or general subjects —\nreturning a transparent PNG. Powered by the [Techtenstein Background Removal API](https://apis.techtenstein.com).\n\n## Tools exposed\n\n- `remove_background_url(image_url, mode=\"auto\")` — Strip background from an image URL\n- `remove_background_base64(image_base64, mode=\"auto\")` — Strip background from a base64 image (user upload)\n\nModes: `auto`, `product`, `portrait`, `car`.\n\n## Install (Claude Desktop)\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-bg\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-bg-mcp\"],\n      \"env\": {\n        \"TECHTENSTEIN_API_KEY\": \"your_key_from_techtenstein.com\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. `remove_background_url` and `remove_background_base64` will appear as available tools.\n\n## Install (Cline / VS Code)\n\nSame config path as Claude Desktop — Cline auto-detects.\n\n## Install (Cursor)\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-bg\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-bg-mcp\"],\n      \"env\": {\"TECHTENSTEIN_API_KEY\": \"your_key\"}\n    }\n  }\n}\n```\n\n## Get an API key\n\nFree tier (30 images/day, no card): https://apis.techtenstein.com\n\nPaid tiers start at $9/month for 1,000 images.\n\n## Example usage\n\nOnce installed, ask Claude:\n\n> \"Remove the background from this product photo: https://cdn.example.com/shoe.jpg\"\n\nClaude will call `remove_background_url` in `product` mode and return a transparent PNG.\n\nOr for a portrait:\n\n> \"This is a headshot — cut out just the person: https://example.com/team-photo.jpg\"\n\nClaude will call `remove_background_url(image_url, mode=\"portrait\")`.\n\n## Response schema\n\n```json\n{\n  \"png_base64\": \"iVBORw0KGgoAAAANS...\",\n  \"content_type\": \"image/png\",\n  \"bytes\": 48212\n}\n```\n\n## Support\n\n- Docs: https://apis.techtenstein.com\n- Issues: https://github.com/sathvic-kollu/techtenstein-bg-mcp/issues\n- Email: sathvic777@gmail.com\n\n## License\n\nMIT\n",
  "bytes": 2224,
  "sha": "43280a37d3cf7a313942af7b5bbf5206d123b48ea875e53ceca595161031b297",
  "repo_slug": "sathvic-kollu/techtenstein-bg-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sathvic_kollu_techtenstein_bg_c5adba6b/readme"
}