PerfLab-io/v0-mcp
3.2
If you are the rightful owner of v0-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server that provides real-time streaming support for AI-powered development tools using v0.dev APIs.
Tools
3
Resources
0
Prompts
0
v0.dev MCP Server
An MCP (Model Context Protocol) server that exposes v0.dev APIs for AI-powered development tools with real-time streaming support.
Features
- ✨ Streaming Chat Creation: Real-time streaming of v0.dev chat responses via SSE
- 🔧 Direct v0.dev API integration for chat creation
- 📝 Project management capabilities
- 👤 User info and billing access
- 🚀 Manual session management with SSE streaming
- 🔄 Real-time updates for better user experience
Setup
npm install
npm run start
Available Tools
- create_chat: Create v0.dev chats with streaming responses (calls v0.dev API directly)
- get_user_info: Retrieve user account information
- create_project: Create new v0.dev projects
Streaming Experience
When using create_chat, you'll receive:
- Immediate acknowledgment that the request started
- Real-time streaming updates via SSE as the v0.dev API processes your request
- Final completion status with chat ID and URL
Note: Uses manual streamable HTTP implementation with enhanced SSE for optimal streaming performance.