janwilmake

Image Generation Worker Template

Community janwilmake
Updated

Template to easily make an MCP server on Cloudflare

Image Generation Worker Template

This is a minimal Cloudflare Worker template for generating images using the workers-mcp package and Cloudflare’s Workers AI.

Features

  • Uses the flux-1-schnell model for image generation.
  • Minimal configuration and project structure.
  • Ready for local development with Wrangler.

Setup

  1. Install dependencies:npm install

  2. Run the worker locally:npm run dev

  3. Deploy the worker:npm run deploy

Files

  • src/index.ts: The worker code.
  • tsconfig.json: TypeScript configuration.
  • wrangler.toml: Cloudflare Workers configuration.
  • worker-configuration.d.ts: Type definitions for the worker’s environment.
  • package.json: Project dependencies and scripts.
  • .gitignore: Ignored files.

Happy coding!

MCP Server · Populars

MCP Server · New

    chatmcp

    mcpso

    directory for Awesome MCP Servers

    Community chatmcp
    TBXark

    MCP Proxy Server

    An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

    Community TBXark
    ttommyth

    interactive-mcp

    Ask users questions from your LLM! interactive-mcp: Local, cross-platform MCP server for interactive prompts, chat & notifications.

    Community ttommyth
    lpigeon

    ros-mcp-server

    The ROS MCP Server is designed to support robots in performing complex tasks and adapting effectively to various environments by providing a set of functions that transform natural language commands, entered by a user through an LLM, into ROS commands for robot control.

    Community lpigeon
    emicklei

    melrose-mcp

    interactive programming of melodies, producing MIDI

    Community emicklei