Remover Fundo for Gemini CLI
io.github.mcp-dir/removebg-mcp
Removes the background from an image by URL, cutting out the foreground person or object with AI and
client:Gemini CLI
transport:streamable-http
tools:7
Install Remover Fundo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"removebg-mcp": {
"httpUrl": "https://api.mcp.ai/p_removebg"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs