サーバー
Stable Diffusion MCP Server
@boxi-rgb
An MCP server to connect Claude Desktop with local Stable Diffusion WebUI
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"stable-diffusion-mcp": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}