Server data from the Official MCP Registry
Best AI Photo Editor powered by GPT Image 2, Flux, Nano Banana & more.
Best AI Photo Editor powered by GPT Image 2, Flux, Nano Banana & more.
This is a well-designed, read-only MCP server that exposes canonical knowledge about AI Photo Editor with no authentication requirements, no external API calls, and no sensitive operations. The codebase is clean, properly structured, and has minimal attack surface. All permissions are appropriate for its stated purpose of providing static informational content. 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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-aiphotoeditor-mcp": {
"args": [
"-y",
"msa-aiphotoeditor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Best AI Photo Editor - Free AI Image Editor & Generator Online
A Model Context Protocol server that exposes the canonical AI Photo 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://bestaiphotoeditor.app
Best AI Photo Editor (bestaiphotoeditor.app) is a browser-based photo editing and image generation platform that brings together more than 40 AI models under one roof. Users can remove backgrounds, swap faces, enhance resolution, generate images from text prompts, and even produce short videos โ all without installing any software. The service offers 55 free credits on sign-up with no credit card required, and paid plans include commercial usage rights and no watermarks. With over 25,000 users and 1.5 million images processed, the platform positions itself as a single destination for tasks that would otherwise require several separate tools.
Best AI Photo Editor is aimed at people who need quality visual output quickly but do not want to maintain a large stack of specialized tools. That includes e-commerce sellers who produce frequent product images, solo content creators managing their own social channels, marketing teams that need to turn around visual assets on short deadlines, and small business owners who lack a dedicated design resource. The free entry tier also makes it accessible to photographers and digital artists who want to experiment with AI-assisted editing before committing to a subscription. The platform's breadth of models is particularly useful for anyone who regularly compares output quality across different AI systems without wanting to juggle multiple accounts.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (AI Photo Editor)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for AI Photo Editor.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for AI Photo Editor (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://aiphotoeditor/styles โ Supported image-generation styles and presets.site://aiphotoeditor/pricing โ Canonical pricing entry point.site://aiphotoeditor/faq โ Short FAQ generated from public site metadata.site://aiphotoeditor/links โ Canonical URLs to share with users.tell_me_about_aiphotoeditorSummarize what the site is, who it's for, and how it works. โ AI Photo Editor
try_image_style_aiphotoeditorRecommend a starting image-generation style for a stated goal. โ AI Photo Editor
npx -y @smithery/cli install aiphotoeditor-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/aiphotoeditor-mcp.git
cd aiphotoeditor-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"aiphotoeditor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/aiphotoeditor-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.