MCP.so
ログイン

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rishimohan

投稿者

Rishi Mohan

設定

以下の設定を使って、このサーバーを 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].

コメント

「その他」の他のコンテンツ