skia-studio
About
MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SKIA_STUDIO_BRIDGE_PORT SKIA_STUDIO_EXTRA_ORIGINS SKIA_STUDIO_APP_URLClaude Code
claude mcp add --env SKIA_STUDIO_BRIDGE_PORT= --env SKIA_STUDIO_EXTRA_ORIGINS= --env SKIA_STUDIO_APP_URL= skia-studio -- npx skia-studio-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"skia-studio","command":"npx","args":["skia-studio-mcp"],"env":{"SKIA_STUDIO_BRIDGE_PORT":"","SKIA_STUDIO_EXTRA_ORIGINS":"","SKIA_STUDIO_APP_URL":""}}'
JSON
{
"mcpServers": {
"skia-studio": {
"command": "npx",
"args": [
"skia-studio-mcp"
],
"env": {
"SKIA_STUDIO_BRIDGE_PORT": "",
"SKIA_STUDIO_EXTRA_ORIGINS": "",
"SKIA_STUDIO_APP_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.