Orshot
Created 4 months ago
Orshot MCP Server is an Image Generation API for dynamic images from templates.
development
documentation
public
image generation
API
What is Orshot?
Official [Orshot](https://orshot.com) MCP server to dynamically generate images from custom design templates.
Documentation
How to Use# Get your API Key
- You can signup on Orshot to get your free API key
Claude Desktop Integration
Add the server to your Claude Desktop configuration in claude_desktop_config.json:
{
"mcpServers": {
"orshot": {
"command": "node",
"args": ["/path/to/orshot-mcp-server/build/index.js"],
"env": { "ORSHOT_API_KEY": "your-api-key" }
}
}
}
Examples
- Generate a mockup using studio template id 64 with this image https://example.com/logo.png
- Generate a website screenshot of github.com using orshot
- Generate image using orshot from "Ad banner" studio template with heading "Grow your business" and subheading "Get your ebook now"
- List all studio templates in orshot
- Generate this tweet's screenshot using orshot https://x.com/TheCatsX/status/1941620988279652599
Features
This MCP server exposes seven tools for working with Orshot:
- Get Library Templates - List all available library templates for your account
- Get Studio Templates - List all available studio templates for your account
- Generate Image - Unified tool with automatic template detection (recommended)
- Generate Image From Library Template - Generate images from Orshot library templates
- Generate Image From Studio Template - Generate images from Orshot Studio templates
- Check API Status - Test API connectivity and validate your API key
Local Development
npm install && npm run build\n\n# 2. Configure (required)
export ORSHOT_API_KEY="your-api-key-here"\n\n# 3. Run production server
npm start
Getting Help
If you experience any issues:
- Check the Orshot API documentation
- Verify your account status at Orshot Dashboard
- Contact Orshot support at [email protected] if API issues persist
Development
npm install\n\n# Build the project
npm run build\n\n# Run in development mode
npm run dev
Server Config
{
"mcpServers": {
"orshot-server": {
"command": "npx",
"args": [
"orshot"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 18, 2025
Updated At:
Aug 07, 2025
Author:
Orshot Team
Category:
official
License:
ISC
Tags:
development
documentation
public