skia studio for Windsurf
io.github.lixiaolin94/skia-studio
MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.
client:Windsurf
transport:stdio
runtime:npm
Install skia studio in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs