API ReferenceMCP Servers
List MCP Servers
Retrieves all MCP servers configured for the current user.
v2 of the v0 API is currently in beta and not yet ready for production. There may be breaking changes.
GET/v2/mcp-servers
Usage
TypeScript Example
import { v0 } from 'v0'const result = await v0.mcpServers.list()console.log(result)API Signature
Request
Response
items: object[]
id: string
Unique identifier for the MCP server.
name: string
Display name of the MCP server.
url: string
URL endpoint of the MCP server.
description: string
Optional description of the MCP server.
createdAt: string
ISO timestamp of when the server was created.
updatedAt: string
ISO timestamp of the last update.
userId: string
ID of the user who created the server.
enabled: boolean
Whether the MCP server is enabled.
auth: 'none' | 'bearer' | 'custom-headers' | 'oauth'
Authentication configuration for the MCP server.
scope: 'user' | 'team'
Scope of the MCP server configuration.