imgx-mcp 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.6.1 (2026-03-24)
4
+
5
+ ### Added
6
+
7
+ - **README badges** — npm version, npm downloads, Cursor Directory, MIT license
8
+ - **"What sets imgx-mcp apart" section** — highlights context-aware prompt optimization, 24 editing techniques, and session management with undo/redo
9
+ - **Cursor Directory link** in README Links section
10
+
11
+ ### Changed
12
+
13
+ - **Description updated** across package.json, server.json, plugin configs — now emphasizes context-aware prompt optimization, bundled editing techniques, and session undo/redo
14
+ - **Listed on Cursor Directory** — https://cursor.directory/plugins/imgx-mcp
15
+
3
16
  ## 1.6.0 (2026-03-06)
4
17
 
5
18
  ### Added
package/README.md CHANGED
@@ -1,9 +1,20 @@
1
1
  # imgx-mcp
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/imgx-mcp)](https://www.npmjs.com/package/imgx-mcp)
4
+ [![npm downloads](https://img.shields.io/npm/dw/imgx-mcp)](https://www.npmjs.com/package/imgx-mcp)
5
+ [![Cursor Directory](https://img.shields.io/badge/Cursor_Directory-listed-blue)](https://cursor.directory/plugins/imgx-mcp)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow)](https://opensource.org/licenses/MIT)
7
+
3
8
  AI image generation and editing MCP server. Works with Claude Code, Gemini CLI, Cursor, Windsurf, and any MCP-compatible tool.
4
9
 
5
10
  Generate images from text, edit existing images with text instructions, iterate on results — all from your AI coding environment.
6
11
 
12
+ ### What sets imgx-mcp apart
13
+
14
+ - **No prompt engineering** — Your AI agent keeps conversation context and auto-constructs optimized prompts. Say what you need; the agent handles prompt structure, model selection, and platform-specific sizing
15
+ - **24 editing techniques built in** — Atmosphere, composition, style transfer, element manipulation, and trending styles — bundled as a Skill your agent applies on demand
16
+ - **Session management with undo/redo** — Edit iteratively, step back to any point, branch off, or switch between parallel sessions — version control for images
17
+
7
18
  ## Quick start
8
19
 
9
20
  Add to your tool's MCP config (`.mcp.json`, `settings.json`, etc.):
@@ -70,9 +81,18 @@ Claude Desktop supports skills via ZIP upload:
70
81
 
71
82
  > Update the skill by re-downloading and re-uploading the ZIP after new releases.
72
83
 
73
- ### What the skill does
84
+ ### What the Skill brings
85
+
86
+ The MCP server gives the AI the *ability* to generate and edit images. The Skill adds the *knowledge* of how to use those tools well — so you don't need to learn prompt syntax, model specifications, or service-specific parameters.
87
+
88
+ - **Automatic prompt construction** — Say "I need a cover image." The AI builds a structured prompt using the Subject-Context-Style framework: what to show, where to place it, how it should look
89
+ - **24 editing techniques** — Atmosphere adjustment, composition changes, element manipulation, style transfer. "Make it warmer" or "add depth of field" — the AI selects the right instruction for the model
90
+ - **Intelligent model selection** — Starts with the free model. Suggests paid upgrades only when your needs exceed free tier capabilities, and explains what changes
91
+ - **Platform-aware sizing** — "Twitter OGP" or "App Store screenshot" — the AI picks the correct aspect ratio and resolution. Covers social media, OGP, app stores, print, and blog platforms
92
+ - **Trending style templates** — Ghibli, action figure in box, 3D clay, pixel art, chibi, and more. Name the style and the AI applies the right prompt structure
93
+ - **Multi-image consistency** — Design tokens and character DNA templates maintain visual coherence across slide decks, social media series, and brand assets
74
94
 
75
- The skill guides Claude Code through image workflows: blog covers, iterative editing, provider comparison, icon generation. It knows the MCP tool parameters and best practices, so you get better results with less effort.
95
+ The image generation models already have these capabilities. The Skill is what makes them accessible without specialized knowledge.
76
96
 
77
97
  ### MCP server vs Skill
78
98
 
@@ -505,6 +525,7 @@ MIT — [SOMA COFFEE KYOTO](https://github.com/somacoffeekyoto)
505
525
  - [Official page](https://somacoffee.net/imgx-mcp/)
506
526
  - [GitHub](https://github.com/somacoffeekyoto/imgx-mcp)
507
527
  - [npm](https://www.npmjs.com/package/imgx-mcp)
528
+ - [Cursor Directory](https://cursor.directory/plugins/imgx-mcp)
508
529
  - [MCP Registry](https://registry.modelcontextprotocol.io)
509
530
  - [SOMA COFFEE KYOTO](https://somacoffee.net)
510
531
  - [X (@somacoffeekyoto)](https://x.com/somacoffeekyoto)
@@ -40310,7 +40310,7 @@ function runRedo() {
40310
40310
  }
40311
40311
 
40312
40312
  // build/cli/index.js
40313
- var VERSION2 = "1.6.0";
40313
+ var VERSION2 = "1.6.1";
40314
40314
  var HELP = `imgx v${VERSION2} \u2014 AI image generation and editing for MCP-compatible AI agents
40315
40315
 
40316
40316
  Commands:
@@ -69995,7 +69995,7 @@ function buildImageContent(images, paths, extra) {
69995
69995
  }
69996
69996
  var server = new McpServer({
69997
69997
  name: "imgx",
69998
- version: "1.6.0"
69998
+ version: "1.6.1"
69999
69999
  });
70000
70000
  initGemini();
70001
70001
  initOpenAI();
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "imgx-mcp",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "mcpName": "io.github.somacoffeekyoto/imgx",
5
- "description": "AI image generation and editing for Claude Code, Codex CLI, and MCP-compatible AI agents",
5
+ "description": "AI image generation and editing MCP server with context-aware prompt optimization, 24 editing techniques, and session undo/redo",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "imgx": "dist/cli.bundle.js",