Skip to content
Zed

gpt image mcp for Zed

io.github.runapi-builder/gpt-image-mcp

RunAPI MCP server for GPT Image: create tasks, poll status, check pricing.

client:Zed transport:stdio runtime:npm

Install gpt image mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "gpt-image-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/gpt-image-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gpt image mcp in other clients