← Back to Plugins
MCP Server MCP

VULK

github By github 👁 1 views ▲ 0 votes

Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.vulk.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vulk-mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your VULK API key (get at vulk.dev/settings/api-keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VULK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...