MCP Asset Generator

by jbrower95
MIT License

Integrations

  • Allows installation and execution of the MCP server as an npm package

  • Utilizes OpenAI's gpt-image-1 model to generate image assets that can be used for game or web development

mcp-asset-gen

このツールを使うと、ClaudeはOpenAIと通信し、 gpt-image-1を使って画像アセットを生成できます。これは、ゲームやWeb開発で個々のアセットを印刷する必要がある場合に非常に便利です。

要件

  • ノード
  • OpenAI APIキー
    • 現時点では、これには ID 検証を伴う組織が必要であることに注意してください。

インストール

  1. OpenAI Web サイトから API KEY を取得します。
  2. シェルで API_KEY としてエクスポートします。
export API_KEY=sk-proj-....
  1. 次に、これを同じシェルに貼り付けます。
jq --arg apiKey "$API_KEY" \ '.mcpServers = (.mcpServers // {}) | .mcpServers["mcp-asset-gen"] = { type: "stdio", command: "npx", args: ["mcp-asset-gen"], env: { API_KEY: $apiKey } }' ~/.claude.json > ~/.claude.tmp && mv ~/.claude.tmp ~/.claude.json
  1. 完了です!クロードに画像生成を依頼すると、
> generate a small logo image that i could use for my arcade game I'll generate a logo for your arcade game. Please provide a more specific description of what you'd like to see in the logo (colors, style, game theme, etc.) for better results. > It should look like an old school pacman machine (liek a wooden arcade machine) ⏺ mcp-asset-gen:generateImag(outputPathAbsolute: "/Users/jbrower/projects/mcp-asset-gen/arcade-logo.png", prompt: "An old school wooden arcade… (MCP) machine logo in the style of Pacman, with retro colors and pixelated elements, top-down view of the cabinet, nostalgic arcade gaming feel, vibrant colors against dark background", quality: "high", size: "1024x1024")   ⎿  The image is now available at /Users/jbrower/projects/mcp-asset-gen/arcade-logo.png. ⏺ Generated arcade logo saved to /Users/jbrower/projects/mcp-asset-gen/arcade-logo.png

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Claude が OpenAI の画像生成機能 (gpt-image-1) を使用してユーザー用の画像アセットを作成できるようにする MCP サーバー。これは、ゲームや Web 開発プロジェクトに特に役立ちます。

  1. 要件
    1. インストール

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server for analyzing images using OpenRouter vision models, offering capabilities like automatic image resizing, model configuration, and handling custom queries about images.
        Last updated -
        5
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that allows users to generate, edit, and create variations of images through OpenAI's DALL-E API, supporting both DALL-E 2 and DALL-E 3 models.
        Last updated -
        2
        TypeScript
      • -
        security
        -
        license
        -
        quality
        A TypeScript-based MCP server that lets users generate images using OpenAI's dall-e-3 model by providing a prompt and image name.
        Last updated -
        1
      • -
        security
        A
        license
        -
        quality
        An MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.
        Last updated -
        11
        TypeScript
        MIT License

      View all related MCP servers

      ID: 3t5ny7h01a