v0-mcp-server
v1.2.0
Published
Simplified MCP Server for v0.dev with auto-discovery and direct SDK dispatch
Maintainers
Readme
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-serverOr Install directly into Claude Code
claude mcp add v0-server -e V0_API_KEY="your-key-here" -- npx v0-mcp-serverOr Configure Claude Desktop
# Install globally
npm install -g v0-mcp-serverAdd 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
