Skip to content
Zed

skia studio for Zed

io.github.lixiaolin94/skia-studio

MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.

client:Zed transport:stdio runtime:npm

Install skia studio 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": {
    "skia-studio": {
      "command": "npx",
      "args": [
        "-y",
        "skia-studio-mcp"
      ],
      "env": {
        "SKIA_STUDIO_BRIDGE_PORT": "<SKIA_STUDIO_BRIDGE_PORT>",
        "SKIA_STUDIO_EXTRA_ORIGINS": "<SKIA_STUDIO_EXTRA_ORIGINS>",
        "SKIA_STUDIO_APP_URL": "<SKIA_STUDIO_APP_URL>"
      }
    }
  }
}

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

skia studio in other clients