Servers
πͺ ImageSorcery MCP
@sunriseapps
An MCP server providing tools for image processing operations
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"imagesorcery-mcp": {
"command": "/full/path/to/venv/bin/imagesorcery-mcp",
"transportType": "stdio",
"autoApprove": [
"blur",
"change_color",
"crop",
"detect",
"draw_arrows",
"draw_circles",
"draw_rectangles",
"draw_texts",
"find",
"get_metainfo",
"get_models",
"ocr",
"resize",
"rotate"
],
"timeout": 100
}
}
}