RF as MCP server - runew0lf/RuinedFooocus GitHub Wiki
MCP - Model Context Protocol
RuinedFooocus can act as a MCP server and serve as an image generator. To enable the MCP server add --mcp to the launch options.
Config:
{
"mcpServers": {
"RuinedFooocus": {
"url": "http://localhost:7860/gradio_api/mcp/sse"
}
}
}