V0: MCP Chat Management Tools and Office File Attachments
V0's built-in MCP server gained a set of new tools enabling external AI agents and IDEs to programmatically create, discover, read, and message V0 chats. In the same release, V0 added native support for attaching Excel (.xlsx) and Word (.docx) files to conversations, broadening the types of data users can bring into an AI-driven development session. Together, these updates deepen V0's extensibility for both agentic workflows and document-heavy use cases.
Sources & Mentions
3 external resources covering this update
MCP Chat Management Tools: V0 as an MCP Provider
V0 Becomes an MCP Provider
V0 added a new set of tools to its built-in MCP (Model Context Protocol) server on June 26, 2026, enabling external AI agents, IDEs, and coding assistants to manage V0 chats programmatically. Until this release, V0 acted primarily as an MCP consumer, using external MCP servers to access databases, APIs, and other services. The new tools flip this relationship: V0 now also acts as an MCP provider, exposing its own chat capabilities for other agents to call.
The new tools cover the core lifecycle of a V0 chat session:
- Chat creation: Start new V0 chats from an external agent or IDE
- Chat discovery: List and search through existing chats in a project
- Chat reading: Retrieve the full content of a V0 chat session
- Preview fetching: Pull rendered previews generated during a V0 session
- Messaging: Send follow-up messages into existing V0 chats
What This Unlocks
These additions make it possible to use V0 as a component within larger AI-driven development workflows. A developer using Claude Code, Cursor, or any MCP-compatible agent can now orchestrate V0 to generate a UI component, retrieve the preview, evaluate the output, and request revisions, all without switching context.
This is meaningful for teams building agent pipelines that need to generate or modify frontend code. Rather than integrating a separate code generation model, they can delegate UI generation to V0 and receive structured output (code files, preview URLs) back through the MCP protocol.
Office File Attachments: Excel and Word Now Supported
Attach Spreadsheets and Documents Directly
V0 added native support for Excel (.xlsx) and Word (.docx) file attachments on June 26, 2026. Users can now drag and drop spreadsheets and documents directly into the V0 prompt composer.
This is particularly useful when building data-driven applications. Instead of manually describing a spreadsheet's column structure or pasting table data into a prompt, users can attach the actual file and let V0 reference it while generating parsing logic, data transformation functions, visualization components, or database schemas. The same applies to Word documents for content-driven applications.
Improved File Display in the Prompt Composer
The same release improved how all attachments, including images and the new office files, are displayed in the prompt interface. Files now appear as inline chips with thumbnails rather than as raw file names. These chips persist across page reloads, resolving a previous issue where attachments were lost when the page refreshed mid-session.