VULK MCP Server

by vulk-dev

Not rated
GitHub

About

Build, edit, and deploy full-stack web applications from any AI assistant. 9 MCP tools with real AI generation via SSE streaming.

Details

Author
vulk-dev
Categories
Developer Tools, Infrastructure, Web Scraping

Setup

Install VULK MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/vulk-dev/vulk-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

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 athttps://mcp.vulk.dev/mcpover HTTPS Streamable HTTP with OAuth 2.0 / PKCE.

- Creates production VULK projects from natural-language briefs.
- Generates immersive web experiences using VULK's internal generation pipeline.
- Edits existing projects from chat instructions.
- Lists and inspects projects owned by the authenticated account.
- Returns file manifests safely by default; content must be explicitly requested.
- Deploys eligible projects to production.

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:

The remote endpoint discovers OAuth through:

- https://mcp.vulk.dev/.well-known/oauth-protected-resource/mcp
- https://vulk.dev/.well-known/oauth-authorization-server

Get an API key athttps://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" } }

Legacy aliases (generate,edit,list,get,files,deploy,models,usage) remain enabled by default for existing local users. SetVULK_ENABLE_LEGACY_TOOLS=falsefor the public connector surface.

- All tools call VULK first-party APIs only.
- Authentication usesVULK_API_KEYfor this local package. The remote MCP uses OAuth 2.0 with PKCE, dynamic client registration, scoped opaque access tokens, and refresh-token rotation.
- Tool annotations mark read-only, write, and destructive operations for compatible clients.
- get_project_filesreturns only a manifest unlessincludeContent=true.
- Sensitive-looking files such as.env, private keys, credentials, service-account files,.npmrc, and certificate/key files are redacted.
- File content responses are capped to 50 KB by default and 200 KB maximum.
- Edit context sent back to VULK is capped byVULK_MCP_MAX_EDIT_CONTEXT_BYTESand excludes sensitive-looking paths.
- The backend validates project ownership before generation or file mutation.

- Local MCP package:npx -y vulk-mcp-server
- Remote MCP:https://mcp.vulk.dev/mcp
- Official MCP Registry:server.json
- Smithery:smithery.yaml
- Glama:glama.json
- Gemini CLI:gemini-extension.json
- Codex plugin bundle:codex-plugin/
- Claude Connectors Directory: use the remote OAuth MCP build described indocs/CLAUDE_CONNECTOR_SUBMISSION.md
- Codex extensions/plugins: use the plugin and marketplace plan indocs/UNIVERSAL_AGENT_CONNECTOR.md

npm install npm run build VULK_API_KEY=vk_sk_... node dist/index.js

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

The Railway MCP Server enables natural language interaction with your Railway projects and infrastructure. Ask your IDE or AI assistant to create projects, deploy templates, manage environments, pull variables, redeploy services, and more.

The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..

HashiCorp Terraform MCP server for Infrastructure as Code workflows, including provider and module discovery through the Terraform Registry.

Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages

Deploy Python functions as web apps. Type hints become UI, API, and shareable links. 32 MCP tools for deploy, run, storage, secrets, scheduling, versioning, and sharing.

An AI-assisted web development tool for creating, modifying, and deploying code through natural language conversations.

A Nix-based configuration framework for deploying MCP servers with ready-to-use packages, supporting modular and reproducible builds.

A Model Context Protocol (MCP) server for accessing the OpenTofu Registry.

A template for deploying a remote MCP server on Cloudflare Workers without authentication.

Paid remote MCP for Skybridge, structured receipts, usage logs, and audit-ready JSON evidence.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.