Vulk MCP Server

VULK MCP Server - prompt-to-immersive-site connector for Claude, Codex, Cursor, Windsurf, VS Code, Gemini CLI, and MCP-compatible agents. Generate

Remote serverstreamable-http

What is the Vulk MCP server?

VULK MCP Server - prompt-to-immersive-site connector for Claude, Codex, Cursor, Windsurf, VS Code, Gemini CLI, and MCP-compatible agents. Generate, edit, inspect, and deploy 3D/WebGL, video-rich, moodboard-driven, full-stack web projects. That is what the vulk mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

VULK's MCP connector lets AI assistants generate, edit, inspect, and deploy VULK projects from chat.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 11 tools. What each one is for:

  • create_visual_brief — turn a raw idea, visual reference, URL, Figma, screenshot, video reference, or moodboard into a VULK-ready production brief. Read-only
  • generate_immersive_site — generate a 3D/WebGL, cinematic, video-rich, or moodboard-driven VULK web project. Creates a project and may consume credits
  • create_project — generate a general VULK project from a prompt
  • edit_project — apply a natural-language change to an existing VULK project
  • list_projects — list projects owned by the authenticated account
  • get_project — get project metadata plus preview/editor URLs
  • get_project_files — get a project file manifest; content is opt-in, redacted, and size-limited
  • deploy_project — deploy a project to production
  • list_models — list available VULK models for the account
  • get_usage — inspect credits, usage, and rate limits
  • subscribe — return a VULK pricing URL

What it needs from you

Configuration is passed through the environment: VULK_API_KEY, VULK_ENABLE_LEGACY_TOOLS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Vulk.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vulk's toolset — create_visual_brief, generate_immersive_site, create_project and 8 more — is a fair guide to whether it matches your workflow. It is maintained by vulk-dev; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
create_visual_briefturn a raw idea, visual reference, URL, Figma, screenshot, video reference, or moodboard into a VULK-ready production brief. Read-only.
generate_immersive_sitegenerate a 3D/WebGL, cinematic, video-rich, or moodboard-driven VULK web project. Creates a project and may consume credits.
create_projectgenerate a general VULK project from a prompt.
edit_projectapply a natural-language change to an existing VULK project.
list_projectslist projects owned by the authenticated account.
get_projectget project metadata plus preview/editor URLs.
get_project_filesget a project file manifest; content is opt-in, redacted, and size-limited.
deploy_projectdeploy a project to production.
list_modelslist available VULK models for the account.
get_usageinspect credits, usage, and rate limits.
subscribereturn a VULK pricing URL.

How to install the Vulk MCP server

{
  "mcpServers": {
    "vulk": {
      "command": "npx",
      "args": ["-y", "vulk-mcp-server"],
      "env": {
        "VULK_API_KEY": "your-value",
        "VULK_ENABLE_LEGACY_TOOLS": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
VULK_API_KEYCredential the server authenticates with.Yes
VULK_ENABLE_LEGACY_TOOLSConfiguration value read at startup.Optional

Example prompts to try

  • Use Vulk to create visual brief.
  • Use Vulk to generate immersive site.
  • Use Vulk to create project.

Frequently asked questions

It connects Vulk to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (create_visual_brief, generate_immersive_site, create_project, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Vulk directly.