← Back to Plugins
MCP Server MCP

io.github.lixiaolin94/skia-studio

github By github 👁 1 views ▲ 0 votes

MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "skia-studio-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the local ws bridge port (default 8787; pair with the web app ?bridgePort= param).",
          "name": "SKIA_STUDIO_BRIDGE_PORT"
        },
        {
          "description": "Comma-separated extra hostnames appended to the WebSocket Origin allowlist.",
          "name": "SKIA_STUDIO_EXTRA_ORIGINS"
        },
        {
          "description": "Override the app URL suggested when no browser tab is connected.",
          "name": "SKIA_STUDIO_APP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...