MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server for image generation using Black Forest Labs' API

创建于 10/3/2025
更新于 2 months ago
Repository documentation and setup instructions

Black Forest Labs MCP Server NPM Version

A Model Context Protocol (MCP) server that provides AI assistants with tools to generate images using the Black Forest Labs API. This server enables text-to-image generation using FLUX models.

Features

  • Tool to generate images using FLUX models
  • Resources to check request status and download generated images

Prerequisites

  • Node 22+
  • Black Forest Labs API key

MCP Configuration

Add this server to your .mcp.json:

{
  "mcpServers": {
    "bfl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@fernforestgames/mcp-server-bfl"
      ],
      "env": {
        "BFL_API_KEY": "your-api-key-here"
      }
    }
  }
}

Usage

Once configured, you can ask your AI assistant to generate images:

  • "Generate an image of a sunset over mountains"
  • "Create a high-resolution photo of a cat using FLUX Pro Ultra"

By default, the server automatically polls the BFL API until image generation is complete and returns the image URL (valid for 10 minutes). You can also ask your AI assistant to download the image result directly.

License

Released under the MIT License. See the LICENSE file for details.

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-server-bfl

Cursor 配置 (mcp.json)

{ "mcpServers": { "fernforestgames-mcp-server-bfl": { "command": "npx", "args": [ "fernforestgames-mcp-server-bfl" ] } } }