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