Dreamshot MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.6924MIT
- AlicenseAqualityCmaintenanceMCP server for AI image generation, transformation, and style management via the Recraft API. Provides tools for text-to-image, image-to-image, inpainting, background operations, vectorization, upscaling, and custom style creation.163110MIT
- AlicenseAqualityCmaintenanceEnables AI image generation, editing, and upscaling via Google Gemini and Imagen models, supporting dynamic model switching and multiple MCP-compatible clients.12MIT
Related MCP Connectors
MCP server for OpenAI Sora AI video generation
MCP server for NanoBanana AI image generation and editing
MCP server for Hailuo (MiniMax) AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dreamshot-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server