Back to the catalog

v0_gemini_extension

A Gemini CLI extension for v0.dev. Access v0's AI-powered code generation and design expertise directly from your CLI.

Open source Open in the app JSON README (API)

About

A Gemini CLI extension for v0.dev. Access v0's AI-powered code generation and design expertise directly from your CLI.

Details

Kind
Plugins
Topic
Developer tools
Publisher
juanipis
Origin
gemini
Category
ferramentas
Version
1.0.1
Last push
2026-03-02T21:44:40Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
juanipis/v0_gemini_extension

README

# v0.dev Gemini CLI Extension

An extension for the [Gemini CLI](https://geminicli.com) that integrates [v0.dev](https://v0.dev) using the official Model Context Protocol (MCP) server.

## Features

- **v0.dev Integration:** Directly interact with v0's AI design and code generation capabilities from your CLI.
- **Secure API Key Management:** Safely stores your `V0_API_KEY` in the system keychain.
- **Tool Access:** Enables Gemini to create, get, search, and message v0 chats on your behalf.

## Installation

```bash
gemini extensions install https://github.com/Juanipis/v0_gemini_extension
```

*Note: Replace the URL with your actual repository URL.*

During installation, you will be prompted to provide your **v0 API Key**. You can find your API key in your [v0.dev account settings](https://v0.dev/settings).

## Configuration

To update your v0 API Key at any time:

```bash
gemini extensions config v0_gemini_extension
```

## Usage

Once installed, you can ask Gemini to perform v0-related tasks:

- "Start a new v0 chat for a React auth component."
- "Show me the details of my v0 chat with ID `abc123`."
- "Search my v0 history for 'dashboard'."
- "Refine the v0 chat `abc123` to use Tailwind v4."

## Requirements

- [Node.js](https://nodejs.org/) installed on your machine.
- [Gemini CLI](https://geminicli.com) installed.
- A valid [v0.dev API Key](https://v0.dev/settings).

## License

MIT

More