Stable Diffusion MCP Server
@boxi-rgb
Stable Diffusion MCP Server について
An MCP server to connect Claude Desktop with local Stable Diffusion WebUI
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"stable-diffusion-mcp": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Stable Diffusion MCP Server?
An MCP server that connects Claude Desktop to your local Stable Diffusion WebUI installation, enabling AI-assisted image generation directly from your conversations.
How to use Stable Diffusion MCP Server?
Install prerequisites (Node.js v16+, Stable Diffusion WebUI with the --api flag, and Claude Desktop). Clone the repository, run npm install and npm run build, then configure WebUI to launch with --api. Edit Claude Desktop’s claude_desktop_config.json to add the path to the built dist/index.js file, restart Claude Desktop, and verify connection with a prompt like “Can you check if Stable Diffusion is connected properly?”.
Key features of Stable Diffusion MCP Server
- Text-to-Image Generation from text prompts
- Image-to-Image Editing using text guidance
- Model Management: list and switch installed models
- Sampler Control: access all WebUI samplers
- High Performance using local GPU resources
- Privacy-Focused: all processing on your machine
Use cases of Stable Diffusion MCP Server
- Create images from text descriptions inside Claude Desktop
- Edit existing images with natural language prompts
- List and switch between different Stable Diffusion models
- Control advanced image generation parameters (steps, CFG scale, resolution)
FAQ from Stable Diffusion MCP Server
What are the prerequisites to run this server?
Node.js v16.0.0 or higher, a running instance of Stable Diffusion WebUI with the API enabled (--api flag), and Claude Desktop.
How do I verify the connection between Claude Desktop and Stable Diffusion?
Use the check-status tool by asking Claude “Can you check if Stable Diffusion is connected properly?”. Ensure the WebUI is running on the default port (7861) with the --api flag.
Where are generated images saved?
Generated images are saved by default to the ./output directory within the project folder. This location can be changed in src/config.ts.
Is this project officially affiliated with Anthropic or Stable Diffusion?
No. This project is not officially affiliated with Anthropic (creators of Claude) or Stable Diffusion. Use at your own risk.
What license does this project use?
MIT License.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント