MCP.so
ログイン

Image Generation Worker Template

@janwilmake

Image Generation Worker Template について

Template to easily make an MCP server on Cloudflare

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

janwilmake

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Image Generation Worker Template?

A minimal Cloudflare Worker template for generating images using the workers-mcp package and Cloudflare’s Workers AI, specifically the flux-1-schnell model. It is intended for developers who want a quick start for AI image generation on the edge.

How to use Image Generation Worker Template?

Install dependencies with npm install, run locally with npm run dev, and deploy with npm run deploy. The worker code is in src/index.ts, and configuration is in wrangler.toml.

Key features of Image Generation Worker Template

  • Uses the flux-1-schnell model for image generation.
  • Minimal configuration and project structure.
  • Ready for local development with Wrangler.
  • Deployable as a Cloudflare Worker.
  • Includes TypeScript configuration and type definitions.

Use cases of Image Generation Worker Template

FAQ from Image Generation Worker Template

(No FAQs are answered in the provided README.)

コメント

「開発者ツール」の他のコンテンツ