AI-powered image processing MCP server. Remove backgrounds and upscale images (2x/4x) directly from Claude or any MCP-compatible client. Uses GPU-accelerated processing with OAuth 2.1 authentication. Supports URL-based image input with instant results returned inline. Free credits on signup.
サーバー設定
{
"mcpServers": {
"maskr": {
"url": "https://mcp.maskr.io/mcp",
"transport": "streamable-http",
"authentication": {
"type": "oauth2",
"authorization_url": "https://mcp.maskr.io/oauth/authorize",
"token_url": "https://mcp.maskr.io/oauth/token",
"registration_url": "https://mcp.maskr.io/oauth/register"
}
}
}
}