cf-mcp-server

cf-mcp-server

0

CF-MCP-Server is an image generation service that leverages the Model Context Protocol and is deployed using Cloudflare Workers. It provides a standardized interface for image generation and supports customization and extension of tools and resources.

CF-MCP-Server

Based on the Model Context Protocol (MCP), this project implements an image generation service using Cloudflare Workers.

Key Features

  • Standardized service interface based on the MCP protocol.
  • Ready-to-use image generation Worker module.
  • Support for quickly extending custom tools and resources.
  • Optimized deployment with edge computing.

Quick Start

Requirements

  • Node.js 18+
  • Wrangler CLI
  • NPM

Installation and Deployment

  1. Install dependencies with pnpm install.
  2. Configure environment variables by copying the example file.
  3. Deploy the Worker using pnpm deploy.