Convert, resize, crop, filter & composite images via the imgcli CLI (lightweight, no deps)
claude mcp add imgcli -- npx -y imgcli-mcp
claude_desktop_config.json
{
"mcpServers": {
"imgcli": {
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"imgcli": {
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"imgcli": {
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"imgcli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"imgcli": {
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.swperb--imgcli/reviews or the review_server meta-tool.
POST /mcp