v0-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | info |
| V0_API_KEY | Yes | Your v0 API key | |
| V0_TIMEOUT | No | API timeout (ms) | 60000 |
| V0_BASE_URL | No | v0 API base URL | https://api.v0.dev/v1 |
| MCP_SERVER_NAME | No | MCP server name | v0-mcp |
| V0_DEFAULT_MODEL | No | Default model to use | v0-1.5-md |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| v0_generate_uiA | Generate UI components using v0 AI. Creates React components with TypeScript and Tailwind CSS based on natural language descriptions. |
| v0_generate_from_imageA | Generate UI components from an image reference. Analyzes the provided image and creates corresponding React components. |
| v0_chat_completeA | Have a conversation with v0 for iterative UI development. Allows back-and-forth refinement of UI components. |
| v0_setup_checkA | Check v0 API configuration and connectivity. Validates API key and endpoint accessibility. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hellolucky/v0-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server