Server data from the Official MCP Registry
Best Image AI Editor free online. Free AI photo editor for picture & image editing.
Best Image AI Editor free online. Free AI photo editor for picture & image editing.
Excellent security posture. This is a read-only MCP server that exposes canonical knowledge about AI Image Editor through tools, resources, and prompts. No authentication is required (by design), no external API calls are made, no file I/O occurs, and all content is static markdown. The codebase is clean, well-structured, and free of dangerous patterns. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-aiimageeditor-mcp": {
"args": [
"-y",
"msa-aiimageeditor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
AI Image Editor Free Online | Image to Image AI Photo Editor
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. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://ai-image-editor.online
AI Image Editor (https://ai-image-editor.online) is a browser-based image creation and editing platform that lets users generate visuals from text prompts or transform existing photos using AI. The site supports both text-to-image and image-to-image workflows, making it possible to produce original artwork, edit photographs, or create product visuals without installing any software. It runs multiple underlying AI models — including Flux, Seedream, Qwen, and Nano Banana Pro — and offers style presets ranging from photorealism to anime, Ghibli, and cyberpunk. The platform positions itself as a free alternative to paid tools, with no subscription required and no hard cap on output resolution.
AI Image Editor is aimed at a broad range of users who need AI-generated visuals without the overhead of a paid subscription or a steep learning curve. E-commerce merchants who need product imagery on a tight budget, social media managers producing high volumes of content, and independent designers experimenting with generative aesthetics will find the free tier practical for day-to-day work. The API access also makes it relevant for developers building image-generation features into web apps or automation pipelines. The platform's multiple model options and style presets give technically inclined users enough control to tune outputs, while the straightforward prompt interface keeps it accessible to non-designers who simply want a usable image fast.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (AI Image Editor)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for AI Image Editor.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for AI Image Editor (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://aiimageeditor/styles — Supported image-generation styles and presets.site://aiimageeditor/pricing — Canonical pricing entry point.site://aiimageeditor/faq — Short FAQ generated from public site metadata.site://aiimageeditor/links — Canonical URLs to share with users.tell_me_about_aiimageeditorSummarize what the site is, who it's for, and how it works. — AI Image Editor
try_image_style_aiimageeditorRecommend a starting image-generation style for a stated goal. — AI Image Editor
npx -y @smithery/cli install aiimageeditor-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/aiimageeditor-mcp.git
cd aiimageeditor-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"aiimageeditor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/aiimageeditor-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.