Orshot
@rishimohan
关于 Orshot
Orshot is an Image Generation API which lets you generate dynamic images from pre-designed and AI generated templates via API and Integrations
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"orshot": {
"command": "node",
"args": [
"/path/to/orshot-mcp-server/build/index.js"
],
"env": {
"ORSHOT_API_KEY": "your-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Orshot?
Orshot is an Image Generation API that lets you generate dynamic images from pre-designed and AI generated templates via API and integrations. Its MCP Server allows you to generate images from your templates using prompts in Claude, Cursor, or any app that supports MCP Servers.
How to use Orshot?
Get a free API key by signing up on Orshot. For Claude Desktop, add the server configuration to claude_desktop_config.json with the command node, the path to the build file, and the ORSHOT_API_KEY environment variable. For local development, run npm install && npm build, set the ORSHOT_API_KEY environment variable, and run npm start.
Key features of Orshot
- List all available library templates for your account.
- List all available studio templates for your account.
- Generate images with automatic template detection (recommended).
- Generate images from Orshot library templates.
- Generate images from Orshot Studio templates.
- Check API status and validate your API key.
Use cases of Orshot
- Generate a mockup using a specific studio template with a custom image.
- Generate a website screenshot of a given URL.
- Generate an image from a studio template with custom heading and subheading.
- List all studio templates available in your account.
- Generate a tweet screenshot from a tweet URL.
FAQ from Orshot
How do I get an API key?
Sign up on Orshot to get a free API key.
What tools does the MCP server expose?
Seven tools: Get Library Templates, Get Studio Templates, Generate Image (unified), Generate Image From Library Template, Generate Image From Studio Template, and Check API Status.
What are the prerequisites to run locally?
You need Node.js. Install dependencies with npm install, build with npm run build, set the ORSHOT_API_KEY environment variable, and run npm start.
How do I integrate with Claude Desktop?
Add the server configuration to claude_desktop_config.json with command, args (path to build file), and env containing your API key.
Where can I get help if issues occur?
Check the Orshot API documentation, verify your account status on the Orshot Dashboard, or contact support at [email protected].
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论