mcp-server-bfl
MCP server for image generation using Black Forest Labs' API
Documentation
Black Forest Labs MCP Server !NPM Version
**Deprecated in favor of the official MCP server, now available!**
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.
Frequently asked questions
What is mcp-server-bfl?
mcp-server-bfl is MCP server for image generation using Black Forest Labs' API
How do I install mcp-server-bfl?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-bfl open source?
Yes — it is hosted on GitHub at https://github.com/fernforestgames/mcp-server-bfl and has 1 stars.
Related MCP tools
This sample app uses the Vercel MCP Adapter that allows you to drop in an MCP server on a group of routes in any Next.js project.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP