Ai Image Editor Mcp Server
@rocnubie
About Ai Image Editor Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aiimageeditor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/aiimageeditor-mcp/src/index.mjs"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ai Image Editor Mcp Server?
A Model Context Protocol server that exposes the canonical AI Image Editor knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP‑compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read‑only, requires no API keys or quota, and has a ~50 ms cold start.
How to use Ai Image Editor Mcp Server?
Install via Smithery (npx -y @smithery/cli install aiimageeditor-mcp --client claude) or from source (clone repo, pnpm install), then add a mcpServers entry to your client’s config file (claude_desktop_config.json or mcp.json). Once configured, the server exposes tools like list_styles, get_pricing, and get_official_links that you can invoke from the AI client.
Key features of Ai Image Editor Mcp Server
- Text-to-image generation from natural language prompts
- Image-to-image editing with style transfer and object modification
- Face swap that preserves lighting and skin tone
- Automatic background removal and replacement
- Batch generation for multiple image variants
- Image‑to‑video conversion from still images
- API access for integration into custom applications
Use cases of Ai Image Editor Mcp Server
- E‑commerce product photography without a photo shoot
- Social media visuals for posts, thumbnails, or stories
- Creative exploration using style presets and image‑to‑image mode
- Portrait retouching, headshot updates, or composite images
- Application prototyping by testing image generation via the API
FAQ from Ai Image Editor Mcp Server
What AI models does the underlying platform support?
It runs multiple models including Flux, Seedream, Qwen, and Nano Banana Pro.
Do I need an API key or a subscription to use the MCP server?
No. The server is read‑only, requires no API keys, and has no quota. The underlying AI Image Editor platform is a free alternative to paid tools with no subscription required.
Which AI clients are compatible with this server?
Claude Desktop, Cursor, Windsurf, and Continue.
Is the MCP server read‑only?
Yes. It exposes knowledge‑surface tools (list_styles, get_pricing, get_official_links) and resources (site://...); it cannot generate or edit images itself.
How fast does the server start?
It has a ~50 ms cold start.
More Media & Design MCP servers
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Comments