npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@vulk/mcp-server

v1.0.0

Published

VULK MCP Server — Generate, edit, deploy, and manage full-stack web applications from any AI coding tool.

Readme


What This Does

This MCP server connects AI coding assistants to VULK's full application platform. Say "build me a project management dashboard" and it triggers real AI generation — not templates, not scaffolding, but a complete application.

Generation

  • 16+ LLM models — Claude Opus 4.6, GPT-5.4, Gemini 3.1 Pro, DeepSeek V3, Grok 4, and more
  • Full-stack output — React + Tailwind + routing + API endpoints + database schemas
  • Real-time streaming — watch files being generated in your terminal
  • Auto-fix pipeline — linting, browser verification, self-debugging loop

Export & Deploy

  • Web — Deploy to Cloudflare Pages with custom domains + SSL
  • PWA — Progressive Web App with offline support
  • APK — Android app builds (server-side compilation)
  • iOS — iOS app builds via Flutter
  • Flutter — Web-to-Flutter AI converter for native mobile
  • Custom domains — Automatic SSL, DNS configuration included

Platform

  • Bring Your Own Model (BYOM) — use your own API keys for any provider
  • Figma import — convert Figma designs to code
  • GitHub integration — push generated code directly
  • Team collaboration — shared workspaces, role-based permissions
  • 8 languages — EN, PT, FR, DE, ES, IT, JA, HI

Quick Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Cursor

Settings → MCP Servers → Add:

{
  "vulk": {
    "command": "npx",
    "args": ["-y", "vulk-mcp-server"],
    "env": {
      "VULK_API_KEY": "vk_sk_your_key_here"
    }
  }
}

VS Code (GitHub Copilot)

Create .vscode/mcp.json:

{
  "servers": {
    "vulk": {
      "command": "npx",
      "args": ["-y", "vulk-mcp-server"],
      "env": {
        "VULK_API_KEY": "vk_sk_your_key_here"
      }
    }
  }
}

Windsurf

Add to MCP settings:

{
  "vulk": {
    "command": "npx",
    "args": ["-y", "vulk-mcp-server"],
    "env": {
      "VULK_API_KEY": "vk_sk_your_key_here"
    }
  }
}

Get Your API Key

  1. Go to vulk.dev/settings/api-keys
  2. Click Create API Key
  3. Copy the key (starts with vk_sk_)

Free accounts get 3 generations/month. Upgrade for more.

Tools

generate — Build a new app

"Build a modern SaaS dashboard with user auth, analytics charts, team management, and dark mode"

Creates a project, triggers AI generation, and returns all generated files with a live preview URL. Generation runs through VULK's full pipeline — intent analysis, multi-file code generation, auto-fixing, browser verification, and quality scoring.

edit — Modify an existing project

"Add a settings page with tabs for Profile, Billing, and Notifications"

Sends your instruction to VULK's AI with full context of all existing project files. The AI decides which files to create or modify.

list — See your projects

Returns all your VULK projects with IDs, prompts, dates, and deployment URLs.

get — Project details

Get status, metadata, and URLs for a specific project.

files — Read source code

Download every file from a project — paths, content, language detection.

deploy — Ship to production

Deploy to Cloudflare Pages and get a live production URL with custom domain support.

models — Available LLM models

List all available models on your plan — Claude Opus 4.6, Sonnet 4.6, GPT-5.4, Gemini 3.1 Pro, DeepSeek V3, Grok 4, and more.

usage — Check your limits

View API request counts, credits remaining, and rate limit status.

subscribe — Upgrade your plan

Get a checkout link to upgrade. Plans from $19.99/mo to $299/mo.

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | VULK_API_KEY | Yes | — | Your VULK API key (vk_sk_...) | | VULK_API_BASE | No | https://vulk.dev | API base URL |

How It Works

You → "Build me a task manager"
       ↓
MCP Server → POST /api/v1/projects (create record)
       ↓
MCP Server → POST /api/agent/stream (trigger AI generation)
       ↓
VULK Agent → Intent analysis → Code generation → Auto-fix → Browser verify
       ↓
MCP Server ← SSE stream (file_start, file_delta, file_complete events)
       ↓
You ← { files: [...], previewUrl, editorUrl }

The generation pipeline includes:

  • Intent analysis — understands what kind of app you want
  • ReAct agent loop — plans and generates files with tool use
  • Auto-fixer — deterministic code fixes (imports, routing, styling)
  • Browser verification — renders the app, catches errors, self-heals
  • Quality scoring — ensures the output meets production standards

Pricing

| Plan | Price | Credits/month | LLM Models | Best For | |------|-------|---------------|------------|----------| | Free | $0 | 3 generations | Basic | Trying it out | | Builder | $19.99/mo | 1,000 | Basic (Haiku, Flash, Mini) | Getting started | | Pro | $39.99/mo | 2,500 | All 16+ models | Power users | | Team | $79.99/mo | 5,000 | All + team collaboration | Small teams | | Max | $199/mo | 10,000 | All + BYOM + white-label | Agencies | | Business | $299/mo | 20,000 | Everything + SSO + SLA | Organizations |

Credits are token-based — simple apps use ~100 credits, complex ones ~500+. Full pricing details.

Development

git clone https://github.com/vulkdev/vulk-mcp-server.git
cd vulk-mcp-server
npm install
npm run build
VULK_API_KEY=vk_sk_... node dist/index.js

Links

License

MIT