Skia Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm.
MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add skia-studio -- npx -y skia-studio-mcp
{
"mcpServers": {
"skia-studio": {
"args": [
"-y",
"skia-studio-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.skia-studio]
command = "npx"
args = ["-y", "skia-studio-mcp"]
{
"mcpServers": {
"skia-studio": {
"args": [
"-y",
"skia-studio-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"skia-studio": {
"args": [
"-y",
"skia-studio-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.