Orshot is an Image Generation API which lets you generate dynamic images from pre-designed and AI generated templates via API and Integrations
Orshot's MCP Server lets you dynamically generate images from your templates from your prompts in Claude, Cursor or any app that supports MCP Servers
Server Config
{
"mcpServers": {
"orshot": {
"command": "node",
"args": [
"/path/to/orshot-mcp-server/build/index.js"
],
"env": {
"ORSHOT_API_KEY": "your-api-key"
}
}
}
}