Ai Photo Editor Mcp Server
@rocnubie
About Ai Photo Editor Mcp Server
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 produc
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aiphotoeditor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/aiphotoeditor-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 Photo Editor Mcp Server?
An MCP server that exposes the canonical knowledge surface of the AI Photo Editor (bestaiphotoeditor.app) — including image generation workflows, styles, pricing, FAQ, and official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read-only, requires no API keys, and has a cold start of approximately 50 ms.
How to use Ai Photo Editor Mcp Server?
Install via Smithery (npx -y @smithery/cli install aiphotoeditor-mcp --client claude) or from source (clone repo, pnpm install). Then add the server to your MCP client configuration (e.g., claude_desktop_config.json for Claude Desktop). Invoke the server’s tools — list_styles, get_pricing, and get_official_links — from the connected AI client to retrieve style presets, pricing info, and official website links.
Key features of Ai Photo Editor Mcp Server
- Read-only server with no API keys or quotas required.
- Provides
list_styles,get_pricing, andget_official_linkstools. - Fast ~50 ms cold start over stdio transport.
- Compatible with Claude Desktop, Cursor, Windsurf, and Continue.
- Returns canonical text/markdown from the AI Photo Editor website.
- Open source (MIT license) and built on Node.js 18+.
Use cases of Ai Photo Editor Mcp Server
- Quickly retrieve the official list of image generation styles for an AI client.
- Fetch current pricing information without navigating the website manually.
- Obtain canonical links (website, support, docs) to share with end users.
- Build natural‑language assistants that answer questions about AI Photo Editor features and plans.
FAQ from Ai Photo Editor Mcp Server
What tools does this server provide?
Three tools: list_styles (returns image‑generation styles/presets), get_pricing (returns pricing information), and get_official_links (returns official website URLs).
Does the server require an API key or authentication?
No. It is a read‑only server that scrapes public metadata from the AI Photo Editor website — no API key or authentication is needed.
What runtime and transport does it use?
It requires Node.js version 18 or higher and communicates over the standard stdio transport.
How can I install and configure it?
Install via Smithery or clone from GitHub, run pnpm install, then add the server configuration (with command and args pointing to src/index.mjs) to your MCP client’s settings file.
Does it have any known limitations?
The server is read‑only, returns only static content from the AI Photo Editor site, and does not support any image editing or generation itself — that remains the domain of the website.
Frequently asked questions
What tools does this server provide?
Three tools: `list_styles` (returns image‑generation styles/presets), `get_pricing` (returns pricing information), and `get_official_links` (returns official website URLs).
Does the server require an API key or authentication?
No. It is a read‑only server that scrapes public metadata from the AI Photo Editor website — no API key or authentication is needed.
What runtime and transport does it use?
It requires Node.js version 18 or higher and communicates over the standard stdio transport.
How can I install and configure it?
Install via Smithery or clone from GitHub, run `pnpm install`, then add the server configuration (with `command` and `args` pointing to `src/index.mjs`) to your MCP client’s settings file.
Does it have any known limitations?
The server is read‑only, returns only static content from the AI Photo Editor site, and does not support any image editing or generation itself — that remains the domain of the website.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments