Orshot MCP Server
The Orshot MCP Server is an image generation API service that allows users to dynamically generate images from pre - designed or AI - generated templates via the API and supports calls through the MCP server in applications such as Claude and Cursor.
rating : 2 points
downloads : 5.1K
🚀 Orshot MCP Server
Orshot is an Image Generation API that enables dynamic image generation from pre - designed and AI - generated templates through API and integrations. Orshot's MCP Server allows you to generate images from templates based on prompts in apps like Claude, Cursor, or any app supporting MCP Servers.
🚀 Quick Start
✨ Features
This MCP server exposes seven tools for working with Orshot:
Template Discovery
- Get Library Templates - List all available library templates for your account
- Get Studio Templates - List all available studio templates for your account
Image Generation
- 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
Specialized Tools
- Check API Status - Test API connectivity and validate your API key
📦 Installation
Local Development
# 1. Install and build
npm install && npm run build
# 2. Configure (required)
export ORSHOT_API_KEY="your-api-key-here"
# 3. Run production server
npm start
💻 Usage Examples
Basic Usage
Here are some example prompts you can use with Orshot's MCP Server:
- 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
📚 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", // or output of "which node"
"args": ["/path/to/orshot-mcp-server/build/index.js"], // update the path
"env": { "ORSHOT_API_KEY": "your-api-key" } // add Orshot API Key
}
}
}
⚠️ Important Note
Sometimes the path for node is different if you use libraries like nvm, just run "which node" and paste the output as the value for "command"
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run in development mode
npm run dev
Getting Help
If you experience any issues:
- Check the Orshot API documentation
- Verify your account status at Orshot Dashboard
- Contact Orshot support at hi@orshot.com if API issues persist
📄 License
ISC

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.2K
4.5 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
24.7K
5 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
46.9K
4.3 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.5K
4.3 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
21.2K
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
46.5K
4.5 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
16.6K
4.5 points

Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
31.3K
4.8 points






