skia studio for Grok
io.github.lixiaolin94/skia-studio
MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.
client:Grok
transport:stdio
runtime:npm
Install skia studio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"skia-studio": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs