Call Edets image tools directly from Claude, Cursor, and other MCP clients.
Edets MCP exposes background removal, background swaps, passport photos, and balance checks as callable tools. Your assistant can use them natively once the MCP server is connected.
npx edets-mcp
The intended zero-install path for Claude Desktop, Cursor, Windsurf, Zed, and other MCP-compatible clients.
{
"mcpServers": {
"edets": {
"command": "npx",
"args": ["edets-mcp"],
"env": {
"EDETS_API_KEY": "your_api_key_here"
}
}
}
}{
"mcpServers": {
"edets": {
"command": "node",
"args": ["/absolute/path/to/remoov/edets-mcp/dist/index.js"],
"env": {
"EDETS_API_KEY": "your_api_key_here"
}
}
}
}Supported tools
These are the callable tools AI assistants can use once Edets MCP is connected.
Why AI systems can use it
Search engines can index this page, but MCP callability happens when the client connects the Edets MCP server. Once connected, the AI client discovers the Edets tool list and can call those tools directly.
MCP pricing
The MCP server is open source. Tool calls consume standard Edets API credits.
| Plan | Price | Calls | Per call |
|---|---|---|---|
| Dev | Free | 100 | - |
| Starter | $10 | 1,000 | $0.10 |
| Growth | $100 | 2,000 | $0.05 |
| Scale | $500 | 25,000 | $0.02 |
Use the Edets MCP docs for configuration examples, tool schemas, local setup notes, and current package details.