Documentation Index
Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The Livepeer documentation site exposes an MCP server at
https://docs.livepeer.org/mcp. This is a Mintlify-provided server that makes the full Livepeer docs corpus queryable by MCP-compatible AI tools. When connected, tools like Cursor, Claude Desktop, and Windsurf can retrieve current documentation before generating code or answers about Livepeer APIs, pipelines, and configuration.
The endpoint uses SSE (Server-Sent Events) transport and requires no API key.
Cursor
Open or create.cursor/mcp.json in your project root (for project-scoped access) or ~/.cursor/mcp.json for global access. Add the Livepeer docs server:
Claude Desktop
Open the Claude Desktop configuration file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
mcpServers:
Windsurf
Open Windsurf Settings > MCP Servers > Add Server. Select SSE as the transport type and enter:- Name:
livepeer-docs - URL:
https://docs.livepeer.org/mcp
VS Code Copilot
Add the server to your VS Codesettings.json under the mcp key:
Verification
Once connected, ask the tool a Livepeer-specific question: “What pipelines does the Livepeer AI network support?” or “What are the request parameters for the text-to-image endpoint?”. A grounded answer pulling from the live documentation confirms the connection is working. If the tool answers from training data instead of documentation, check that the MCP server is listed as active in the tool’s settings panel and that the URL is reachable from your network. Add the Livepeer Docs MCP to your Claude Code or Cursor configuration to query documentation without leaving your editor.Related Pages
MCP and Livepeer Overview
Using Livepeer AI pipelines as MCP tools and the llms.txt discovery file.
AI Pipelines
Pipeline endpoint reference the docs MCP exposes to connected tools.