Back to Home
hawkymisc icon

stable-diffusion-mcp

Verified Safe

by hawkymisc

Overview

Integrate Stable Diffusion image generation models with LLMs (like Claude) via the Model Context Protocol, enabling natural language control for image generation.

Installation

Run Command
python sdxl_mcp_server.py

Security Notes

The server can operate in SSE (HTTP) mode, which exposes it to the network. While FastMCP provides a framework for secure interactions, the server itself does not implement explicit authentication or authorization mechanisms, relying on the client (LLM Host) for access control. Careful deployment in a controlled network environment (e.g., localhost, behind a firewall, or with a secure proxy) is recommended if using SSE. Input validation for image sizes and other parameters is in place, and file path handling appears robust, mitigating common injection and path traversal risks. No 'eval' or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-12-13

Tags

Stable DiffusionImage GenerationLLM IntegrationModel Context ProtocolPython