Skip to main content
The Poix MCP (Model Context Protocol) server lets AI assistants and agentic tools — Claude, ChatGPT, Cursor, and others — call the Poix API directly as tools, without you writing any integration code. Ask your assistant to search YouTube, pull video or channel details, fetch comments, or grab captions, and it will call the right tool automatically.

Endpoint

The MCP server is available over Streamable HTTP at a single fixed URL:
Point any MCP-compatible client at this URL and it will discover the full set of available tools (see Tool Reference) via the standard MCP tools/list handshake — no separate SDK or client library required.
The Poix MCP server supports both a poix- bearer Token (the same one you use for REST API requests) and browser-based OAuth sign-in for clients that support native connectors, like Claude and ChatGPT. See Authentication for details on both.

Connect a client

Pick your client below for step-by-step setup instructions.

Claude Desktop

Add as a connector, sign in with OAuth

Claude Code

Add Poix with a single claude mcp add command

ChatGPT

Add as a custom connector in Developer mode (OAuth)

Cursor

Configure Poix in mcp.json

Codex

Add Poix with codex mcp add (TOML config.toml)

VS Code

Configure Poix in mcp.json

Gemini

Add Poix as a Streamable HTTP MCP server

Hermes

Add Poix as a Streamable HTTP MCP server

Next steps

  1. Create a Token in the Dashboard if you don’t have one yet.
  2. Follow the setup guide for your client from the list above.
  3. Explore the full Tool Reference to see what your assistant can do.