mcp-bildsprache

CaseyRo/mcp-bildsprache
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for brand-aware image generation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bildsprache": {
      "command": "uvx",
      "args": [
        "mcp-bildsprache"
      ]
    }
  }
}

Or install with pip: pip install mcp-bildsprache

README Excerpt

MCP server for brand-aware image generation. Routes to Gemini, FLUX.2 Pro, or Recraft V4 based on brand context and content type. ```bash pip install -e . GEMINI_API_KEY=... BFL_API_KEY=... RECRAFT_API_KEY=... TRANSPORT=http mcp-bildsprache docker compose up --build ``` - `generate_image` — Full image generation with brand preset injection.