imagic-mcp MCP Server
sonic0002/imagic-mcp
Are you the maintainer of sonic0002/imagic-mcp? Claim this listing →
MCP server for image conversion, resizing, and merging — runs locally, no uploads
Add AgentRank to Claude Code Discover and compare tools like sonic0002/imagic-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
sonic0002/imagic-mcp is a JavaScript MCP server licensed under MIT. MCP server for image conversion, resizing, and merging — runs locally, no uploads
Ranked #15 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
JavaScript MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 3
3 contributors → small team
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# Imagic MCP Server
Convert, resize, and merge images directly from Claude Desktop, Cursor, and other MCP-compatible AI assistants — locally, with no uploads. Part of [ImagicSave](https://imagicsave.com).
## Requirements
- Node.js 18 or later (includes npm)
## Installation
No clone needed. The package is distributed via npm. Configure your AI tool to run it with `npx` and it will be fetched automatically on first use.
### Claude Desktop
Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):
```json
{
"mcpServers": {
"imagic": {
"command": "npx",
"args": ["-y", "imagic-mcp"]
}
}
}
```
Restart Claude Desktop. The Imagic tools will appear automatically.
### Cursor
Create or edit `.cursor/mcp.json` in your project (or `~/.cursor/mcp.json` for global):
```json
{
"mcpServers": {
"imagic": {
"command": "npx",
"args": ["-y", "imagic-mcp"]
}
}
}
```
## Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.