Hallucinated cultures
Ask a bare LLM to localize an image for the Middle East and you'll get stereotypical cliches or culturally inappropriate backgrounds.
Image MCP Server
The SceneOf MCP server connects Claude, Cursor, and any MCP-compatible agent to our visual generation APIs. Ask in plain English; get real backgrounds, localization, and edits back.
The Problem
LLMs will happily invent details and "generate" images with no connection to your actual products. Grounding them in real localized background APIs changes everything.
Ask a bare LLM to localize an image for the Middle East and you'll get stereotypical cliches or culturally inappropriate backgrounds.
Exporting from design tools, removing backgrounds, prompting again, and re-formatting is slower than doing it by hand.
Every custom visual workflow used to mean API integration work before you saw any value.
First, generate your secure access token. Then, choose your AI client to configure the connection.
New connection
Use a name you will recognize later. The token is displayed once after creation.
Log in to your SceneOf account to generate a secure access token for your AI assistant.
Log in to create tokenAccount access
Sign in to view connections
Active and revoked tokens will be listed here after logging in.
Client recipes
Replace the token placeholder with the credential shown after creation.
Connect my AI assistant to the SceneOf image API via MCP.
Connection details:
Endpoint: https://sceneof.com/mcp
Transport: Streamable HTTP
Auth: Authorization: Bearer YOUR_SCENEOF_MCP_TOKEN
Full connection guide (read before starting):
https://sceneof.com/mcp/docs/connect.md
Instructions:
1. Fetch and read the guide at the URL above.
2. Identify which MCP client I am running.
3. Follow the exact configuration steps for my client from the guide.
4. If your client requires a restart or reload to pick up new tools, instruct me clearly before attempting to verify.
5. Confirm SceneOf image tools are available after the connection is active.
Replace YOUR_SCENEOF_MCP_TOKEN with the token shown after creation.
Replace the token placeholder with the credential shown after creation.
Replace the token placeholder with the credential shown after creation.
Replace the token placeholder with the credential shown after creation.
[mcp_servers.sceneof]
url = "https://sceneof.com/mcp"
bearer_token_env_var = "SCENEOF_MCP_TOKEN"
Replace the token placeholder with the credential shown after creation.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"servers": {
"sceneof": {
"type": "remote",
"url": "https://sceneof.com/mcp",
"oauth": false,
"headers": {
"Authorization": "Bearer {env:SCENEOF_MCP_TOKEN}"
}
}
}
}
}
Replace the token placeholder with the credential shown after creation.
{
"type": "http",
"url": "https://sceneof.com/mcp",
"headers": {
"Authorization": "Bearer <token>"
},
"allowedTools": [
"mcp__sceneof__*"
]
}
Replace the token placeholder with the credential shown after creation.
mcp_servers:
sceneof:
url: "https://sceneof.com/mcp"
headers:
Authorization: "Bearer ${SCENEOF_MCP_TOKEN}"
Replace the token placeholder with the credential shown after creation.
{
"mcp": {
"servers": {
"sceneof": {
"url": "https://sceneof.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ${SCENEOF_MCP_TOKEN}"
},
"supportsParallelToolCalls": true
}
}
}
}
Replace the token placeholder with the credential shown after creation.
{
"url": "https://sceneof.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer <token>"
}
}
What's inside
A complete suite of Image generation and manipulation APIs, available directly to your MCP-compatible agent.
Create culturally specific, high-quality backgrounds for product images using advanced diffusion models.
Translate embedded text in images while preserving styling, typography, and background context.
Instantly extract subjects from images with pixel-perfect edge detection.
Apply smart edits, compositing, and visual adjustments via natural language prompts.
Who it's for
Automate generating hundreds of localized product backgrounds for international storefronts directly from your internal AI tools.
Ask Claude to ideate ad creative variations and instantly generate the image assets without opening Photoshop.
Give your custom agents the ability to perceive and manipulate images as natively as they handle text.
Pricing
Connecting your agent via MCP is completely free. You only use standard SceneOf credits when the agent successfully generates or edits an image, exactly as if you used the web UI.