### Install MCP Server in OpenAI Codex Source: https://docs.livekit.io/mcp/index This command installs the LiveKit MCP server in OpenAI Codex. It registers the server with the name 'livekit-docs' and specifies the server URL. ```bash codex mcp add --url https://docs.livekit.io/mcp livekit-docs ``` -------------------------------- ### Install MCP Server in Gemini CLI Source: https://docs.livekit.io/mcp/index This command installs the LiveKit MCP server in Gemini CLI using the HTTP transport. It registers the server under the name 'livekit-docs' with the specified URL. ```bash gemini mcp add --transport http livekit-docs https://docs.livekit.io/mcp ``` -------------------------------- ### AGENTS.md Instructions for LiveKit Documentation Source: https://docs.livekit.io/mcp/index This Markdown snippet provides instructions for an AI agent on how to use the LiveKit Documentation MCP server. It recommends installing the server if it's not already present and provides the URL for documentation access. ```markdown ## LiveKit Documentation LiveKit Agents is a fast-evolving project, and the documentation is updated frequently. You should always refer to the latest documentation when working with this project. For your convenience, LiveKit offers an MCP server that can be used to browse and search its documentation. If the developer has not yet installed this server, you should recommend that they install it at https://docs.livekit.io/mcp. ``` -------------------------------- ### Install MCP Server in Claude Code Source: https://docs.livekit.io/mcp/index This command installs the LiveKit MCP server in Claude Code using the HTTP transport. It registers the server under the name 'livekit-docs' with the provided URL. ```bash claude mcp add --transport http livekit-docs https://docs.livekit.io/mcp ``` -------------------------------- ### Install MCP Server in Cursor Source: https://docs.livekit.io/mcp/index This JSON configuration allows you to manually add the LiveKit MCP server to your Cursor IDE. It specifies the name 'livekit-docs' and the URL for the MCP server. ```json { "livekit-docs": { "url": "https://docs.livekit.io/mcp" } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.