Dreamshot MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dreamshot MCP ServerGenerate a product photo on a marble surface"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dreamshot MCP Server
MCP server for Dreamshot AI image and video generation. Use it with Claude Desktop, Claude Code, or any MCP-compatible client.
Quick Start
1. Get your API key
Sign up at dreamshot.io and get your API key from Settings > API.
2. Add to your MCP config
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dreamshot": {
"command": "npx",
"args": ["@dreamshot/mcp-server"],
"env": {
"DREAMSHOT_API_KEY": "dst_your_key_here"
}
}
}
}Claude Code (.mcp.json):
{
"mcpServers": {
"dreamshot": {
"command": "npx",
"args": ["@dreamshot/mcp-server"],
"env": {
"DREAMSHOT_API_KEY": "dst_your_key_here"
}
}
}
}3. Start using it
Ask Claude to generate images or videos:
"Generate a product photo on a marble surface" "Create a 5-second video panning around this product" "Upscale this image to 4K"
Related MCP server: Nano-Banana MCP Server
Available Tools
Tool | Description |
| List available tools with variants and credit costs |
| Start an AI generation (returns generationId) |
| Check generation status (pending/completed/failed) |
| Get download URLs for completed generations |
| Check remaining credits |
Supported AI Tools
Image Editing (ai_edit)
Edit images using AI with text prompts.
Variant | Credits | Description |
| 1 | Best quality, supports model references |
| 0.5 | Fast iterations |
| 0.5 | Seedream model |
| 0.5 | FLUX-based editing |
| 1 | FLUX 2 Max quality |
| 1.5 | OpenAI GPT Image |
Video Generation (create_video)
Generate videos from images and/or text prompts.
Model | Credits | Description |
| 16+ | Latest Veo with audio |
| 4-14 | Kling 2.6 Pro |
| 17 | Kling 3.0 Pro |
| 4-12 | OpenAI Sora 2 |
| 8-24 | OpenAI Sora 2 Pro |
Image Enhancement (enhancer)
Upscale and enhance image quality.
Variant | Credits | Description |
| 2 | General upscaling |
| 3 | Sharp, detailed |
| 4 | Creative enhancement |
More Tools
generate_image- Generate from trained modelscreate_anything- Text-to-image with FLUX
Run dreamshot_list_tools to see all available tools and current pricing.
Example Workflow
1. Check credits
→ dreamshot_credits()
2. Start generation
→ dreamshot_generate(
tool: "ai_edit",
variant: "ultra",
prompt: "luxury perfume on marble",
imageUrls: ["https://..."]
)
→ Returns: { generationId: "abc123" }
3. Poll status
→ dreamshot_status(generationId: "abc123")
→ Returns: { status: "pending" }
4. Poll again
→ dreamshot_status(generationId: "abc123")
→ Returns: { status: "completed", mediaItems: [...] }
5. Get download URLs
→ dreamshot_media(generationId: "abc123")
→ Returns: { media: [{ downloadUrl: "..." }] }Environment Variables
Variable | Required | Description |
| Yes | Your Dreamshot API key ( |
| No | Custom API URL (defaults to |
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Run built version
npm startLinks
Dreamshot - AI photo generation platform
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate AI images and videos from any compatible MCP client.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables image generation and multi-turn editing sessions using the Gemini API within MCP-compatible environments. Users can create, modify, and configure images through natural language commands, supporting features like aspect ratio adjustments and session-based image transformations.5-
- AlicenseAqualityDmaintenanceAn MCP server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. It allows users to create new images from text, modify existing files, and perform iterative edits through natural language prompts.6403 npmMIT
- AlicenseAqualityCmaintenanceEnables AI image generation, editing, and upscaling via Google Gemini and Imagen models, supporting dynamic model switching and multiple MCP-compatible clients.12MIT
- AlicenseAqualityDmaintenanceEnables AI image generation via multiple providers (Yunwu, Gemini) with customizable aspect ratios, resolutions, and output settings, seamlessly integrating with MCP-compatible clients.14 npmMIT