OR

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

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:

  1. Get Library Templates - List all available library templates for your account
  2. Get Studio Templates - List all available studio templates for your account
  3. Generate Image - Unified tool with automatic template detection (recommended)
  4. Generate Image From Library Template - Generate images from Orshot library templates
  5. Generate Image From Studio Template - Generate images from Orshot Studio templates
  6. 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:

  1. Check the Orshot API documentation
  2. Verify your account status at Orshot Dashboard
  3. 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

Repository: github.com
Hosted: No
Global: No
Official: Yes

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