# Mcp Server Bfl

> MCP server for image generation using Black Forest Labs' API

- **Type:** MCP server
- **Install:** `agentstack add mcp-fernforestgames-mcp-server-bfl`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fernforestgames](https://agentstack.voostack.com/s/fernforestgames)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fernforestgames](https://github.com/fernforestgames)
- **Source:** https://github.com/fernforestgames/mcp-server-bfl
- **Website:** https://www.npmjs.com/package/@fernforestgames/mcp-server-bfl

## Install

```sh
agentstack add mcp-fernforestgames-mcp-server-bfl
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Black Forest Labs MCP Server 

## **Deprecated in favor of the [official MCP server](https://docs.bfl.ai/api_integration/mcp_integration), now available!**

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that provides AI assistants with tools to generate images using the [Black Forest Labs](https://bfl.ai) 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`:

```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](LICENSE) file for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fernforestgames](https://github.com/fernforestgames)
- **Source:** [fernforestgames/mcp-server-bfl](https://github.com/fernforestgames/mcp-server-bfl)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/@fernforestgames/mcp-server-bfl

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-fernforestgames-mcp-server-bfl
- Seller: https://agentstack.voostack.com/s/fernforestgames
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
