🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

v0-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v0-mcp-server

Simplified MCP Server for v0.dev with auto-discovery and direct SDK dispatch

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

v0 MCP Server

Generate React components with AI directly in Claude Desktop using the Model Context Protocol.

Documentation: Visit https://www.v0mcp.com/ for full documentation.

Quick Start

V0_API_KEY="your-key-here" npx v0-mcp-server

Or Install directly into Claude Code

claude mcp add v0-server -e V0_API_KEY="your-key-here" -- npx v0-mcp-server

Or Configure Claude Desktop

# Install globally
npm install -g v0-mcp-server

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "v0": {
      "command": "npx",
      "args": ["v0-mcp-server"],
      "env": {
        "V0_API_KEY": "your-api-key-here"
      }
    }
  }
}

Usage

Simply ask your LLM to create or modify components:

"Create a modern login form with email validation"

"Add a forgot password link and social login buttons"

The MCP server supports the full array of v0 SDK commands.

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts