Skip to content
yownas edited this page Jun 21, 2025 · 5 revisions

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"
    }
  }
}

Clone this wiki locally