Openai Image Remote
БесплатноНе проверенA remote MCP server that generates and edits images using OpenAI API, hosts results on Vercel Blob, and returns public image URLs, enabling Claude to embed imag
Описание
A remote MCP server that generates and edits images using OpenAI API, hosts results on Vercel Blob, and returns public image URLs, enabling Claude to embed images in cloud features.
README
A remote MCP server (Streamable HTTP) that generates and edits images with your OpenAI API key, hosts the results on Vercel Blob, and returns public image URLs. Built to be added as a custom connector on claude.ai so cloud features (Design / Cowork, projects, web chat) can generate real images and embed them into pages, slides, and documents.
The local stdio version (../openai-image-mcp) only works in desktop apps. This one works in the
cloud because Claude's servers can reach it over HTTPS.
What you get
Two tools:
generate_image(prompt, size?, quality?, n?)→ returns a public PNG URL (+ inline preview)edit_image(image_url, prompt, mask_url?, size?, quality?)→ edits an image by URL, returns a new URL
Images are returned as URLs (not local files) so Claude can drop them straight into <img src>.
Deploy (one time, ~10 min)
You run these — they need your Vercel + OpenAI login.
1. Install deps
cd C:\Users\ramim\openai-image-remote-mcp
npm install
2. Log in to Vercel + link the project
npm i -g vercel # if you don't have the CLI
vercel login
vercel link # create a new project when prompted
3. Enable Blob storage (for hosting the images)
- Go to https://vercel.com/dashboard → your project → Storage → Create → Blob.
- This auto-adds
BLOB_READ_WRITE_TOKENto the project.
4. Set the env vars
Invent a long random secret (keep it OUT of this repo). Generate one with:
node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
vercel env add OPENAI_API_KEY production
# paste your OpenAI key when prompted
vercel env add MCP_SECRET production
# paste the secret above
(You can also add them in the dashboard: Project → Settings → Environment Variables.)
5. Deploy
vercel deploy --prod
Note the production URL it prints, e.g. https://openai-image-remote-mcp.vercel.app.
Your connector URL
Combine the deploy URL + /api/mcp + the secret:
https://YOUR-PROJECT.vercel.app/api/mcp?k=<YOUR_MCP_SECRET>
Keep this URL private — anyone who has it can spend your OpenAI credits.
Add it to claude.ai
- https://claude.ai → Settings → Connectors → Add custom connector.
- Paste the connector URL above.
- Save. Claude will connect and list
generate_image+edit_image. - In a chat / Design, say: "use the openai-image connector to generate ...".
If claude.ai insists on OAuth and refuses the URL, tell Claude Code — the code is structured so an OAuth layer can be added; that's the fallback.
Test before wiring it up
Use the MCP inspector against your deployed URL:
npx @modelcontextprotocol/inspector
# transport: Streamable HTTP
# url: https://YOUR-PROJECT.vercel.app/api/mcp?k=<secret>
You should see the two tools and be able to call generate_image.
Local dev (optional)
cp .env.example .env.local # fill in OPENAI_API_KEY, MCP_SECRET, BLOB_READ_WRITE_TOKEN
npm run dev
# endpoint: http://localhost:3000/api/mcp?k=<secret>
Cost
Same as the OpenAI image API: roughly $0.005 (low/mini) up to ~$0.21 (flagship/high) per image. Tell Claude "use low quality" while iterating. Plus Vercel Blob storage/bandwidth (free tier is generous). Set an OpenAI spend limit as a backstop.
Установка Openai Image Remote
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ramim121/open-ai-mcpFAQ
Openai Image Remote MCP бесплатный?
Да, Openai Image Remote MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Openai Image Remote?
Нет, Openai Image Remote работает без API-ключей и переменных окружения.
Openai Image Remote — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Openai Image Remote в Claude Desktop, Claude Code или Cursor?
Открой Openai Image Remote на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Openai Image Remote with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
