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.)

评论

开发工具 分类下的更多 MCP 服务器