Server data from the Official MCP Registry
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Remote endpoints: streamable-http: https://mcp.vulk.dev/mcp
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-devjoaocastro-vulk-mcp-server": {
"url": "https://mcp.vulk.dev/mcp"
}
}
}From the project's GitHub README.
VULK's MCP connector lets AI assistants generate, edit, inspect, and deploy VULK projects from chat.
Positioning: prompt-to-immersive-site. Agents can ask VULK for 3D/WebGL, cinematic, video-rich, moodboard-driven, full-stack web projects and get back preview/editor/deploy URLs.
This package is the local stdio MCP server. The public remote connector uses the same tool surface at https://mcp.vulk.dev/mcp over HTTPS Streamable HTTP with OAuth 2.0 / PKCE.
The connector does not expose provider API keys, internal prompts, customer data outside the authenticated account, or standalone raw media-generation tools.
Remote connector URL for Claude/Codex/agents that support remote MCP:
https://mcp.vulk.dev/mcp
The remote endpoint discovers OAuth through:
https://mcp.vulk.dev/.well-known/oauth-protected-resource/mcphttps://vulk.dev/.well-known/oauth-authorization-serverLocal stdio setup:
Get an API key at https://vulk.dev/settings/api-keys.
{
"mcpServers": {
"vulk": {
"command": "npx",
"args": ["-y", "vulk-mcp-server"],
"env": {
"VULK_API_KEY": "vk_sk_your_key_here"
}
}
}
}
For public/review environments, disable legacy aliases so reviewers see only the clean tool names:
{
"env": {
"VULK_API_KEY": "vk_sk_your_key_here",
"VULK_ENABLE_LEGACY_TOOLS": "false"
}
}
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.Legacy aliases (generate, edit, list, get, files, deploy, models, usage) remain enabled by default for existing local users. Set VULK_ENABLE_LEGACY_TOOLS=false for the public connector surface.
VULK_API_KEY for this local package. The remote MCP uses OAuth 2.0 with PKCE, dynamic client registration, scoped opaque access tokens, and refresh-token rotation.get_project_files returns only a manifest unless includeContent=true..env, private keys, credentials, service-account files, .npmrc, and certificate/key files are redacted.VULK_MCP_MAX_EDIT_CONTEXT_BYTES and excludes sensitive-looking paths.| Variable | Required | Default | Description |
|---|---|---|---|
VULK_API_KEY | Yes | - | VULK API key starting with vk_sk_. |
VULK_API_BASE | No | https://vulk.dev | VULK API base URL. |
VULK_ENABLE_LEGACY_TOOLS | No | true | Set to false for the public review surface. |
VULK_MCP_MAX_EDIT_CONTEXT_BYTES | No | 2000000 | Max safe file context sent for edits. |
npx -y vulk-mcp-serverhttps://mcp.vulk.dev/mcpserver.jsonsmithery.yamlglama.jsongemini-extension.jsoncodex-plugin/docs/CLAUDE_CONNECTOR_SUBMISSION.mddocs/UNIVERSAL_AGENT_CONNECTOR.mdnpm install
npm run build
VULK_API_KEY=vk_sk_... node dist/index.js
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.