Skip to content

OpenAI Image for Cline

io.github.mindstone/mcp-server-openai-image

OpenAI image generation MCP server for Model Context Protocol hosts

client:Cline transport:stdio runtime:npm

Install OpenAI Image in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-openai-image": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-openai-image"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>",
        "OPENAI_IMAGE_MODEL": "<OPENAI_IMAGE_MODEL>",
        "OPENAI_IMAGE_REQUEST_TIMEOUT_MS": "<OPENAI_IMAGE_REQUEST_TIMEOUT_MS>",
        "MCP_ALLOWED_SYMLINK_ROOTS": "<MCP_ALLOWED_SYMLINK_ROOTS>",
        "MCP_HTTP_PORT": "<MCP_HTTP_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

OpenAI Image in other clients