VULK MCP Server - prompt-to-immersive-site connector for Claude, Codex, Cursor, Windsurf, VS Code, Gemini CLI, and MCP-compatible agents. Generate
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.
VULK's MCP connector lets AI assistants generate, edit, inspect, and deploy VULK projects from chat.
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 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-onlygenerate_immersive_site — generate a 3D/WebGL, cinematic, video-rich, or moodboard-driven VULK web project. Creates a project and may consume creditscreate_project — generate a general VULK project from a promptedit_project — apply a natural-language change to an existing VULK projectlist_projects — list projects owned by the authenticated accountget_project — get project metadata plus preview/editor URLsget_project_files — get a project file manifest; content is opt-in, redacted, and size-limiteddeploy_project — deploy a project to productionlist_models — list available VULK models for the accountget_usage — inspect credits, usage, and rate limitssubscribe — return a VULK pricing URLConfiguration 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.
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.
| Tool | What it does |
|---|---|
| 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. |
{
"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.
| Variable | Description | Required |
|---|---|---|
| VULK_API_KEY | Credential the server authenticates with. | Yes |
| VULK_ENABLE_LEGACY_TOOLS | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.