CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
vulk-dev avatar

VULK

vulk-dev/vulk-mcp-server
2authSTDIO, HTTPregistry active
Summary

Connects Claude and other MCP clients to VULK's 3D/WebGL project generation API. You get tools to create immersive sites from natural language briefs, edit existing projects, inspect file manifests, and deploy to production. Supports both local stdio with API key auth and remote HTTPS transport with OAuth 2.0/PKCE. File operations default to manifests only and redact credentials automatically. Good fit if you're building workflows that go from prompt to live 3D site without leaving the chat interface. The remote connector at mcp.vulk.dev/mcp handles OAuth discovery and token refresh, while the local package runs via npx with your VULK_API_KEY.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

VULK MCP Server

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.

What VULK Does

  • 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.

Quick Setup

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/mcp
  • https://vulk.dev/.well-known/oauth-authorization-server

Local 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"
  }
}

Primary Tools

  • 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.

Security Defaults

  • All tools call VULK first-party APIs only.
  • Authentication uses 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.
  • Tool annotations mark read-only, write, and destructive operations for compatible clients.
  • get_project_files returns only a manifest unless includeContent=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 by VULK_MCP_MAX_EDIT_CONTEXT_BYTES and excludes sensitive-looking paths.
  • The backend validates project ownership before generation or file mutation.

Environment Variables

VariableRequiredDefaultDescription
VULK_API_KEYYes-VULK API key starting with vk_sk_.
VULK_API_BASENohttps://vulk.devVULK API base URL.
VULK_ENABLE_LEGACY_TOOLSNotrueSet to false for the public review surface.
VULK_MCP_MAX_EDIT_CONTEXT_BYTESNo2000000Max safe file context sent for edits.

Distribution Targets

  • 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 in docs/CLAUDE_CONNECTOR_SUBMISSION.md
  • Codex extensions/plugins: use the plugin and marketplace plan in docs/UNIVERSAL_AGENT_CONNECTOR.md

Development

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

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

VULK_API_KEY*secret

Your VULK API key (get at vulk.dev/settings/api-keys)

Categories
Design & Creative
Registryactive
Packagevulk-mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 25, 2026
View on GitHub

Related Design & Creative MCP Servers

View all →
danpeig avatar
Plutocalcdesigner Mcp

danpeig/plutocalcdesigner-mcp

Plutocalc Designer is a software suite for water and wastewater treatment plants design
1
dreliq9 avatar
CAiD MCP Server

dreliq9/caid-mcp

Validated 3D CAD modeling for AI agents via CAiD + OCCT. 107 tools across 22 modules.
1
forge-space avatar
Branding Mcp

forge-space/branding-mcp

AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
1
iamjrmh avatar
MCPBridge

iamjrmh/mcpbridge

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.
1
getcutpro avatar
CutPro

io.github.getcutpro/cutpro

AI clips from long videos: analyze, clip, render and publish via the CutPro API.
1
good-sender avatar
GoodSender

io.github.good-sender/goodsender-mcp

Free consent-based emailing and interactive email template design tools
1