# Restream MCP > Connect AI agents and assistants to a Restream account over the Model Context Protocol. A remote, OAuth-secured server at https://mcp.restream.io/mcp exposing channels, events, destinations, recordings, clips, transcripts, and analytics as 30 tools. ## Reference - [agents.md](/agents.md): Endpoint, OAuth flow, and every client config in one file. - [llms-full.txt](/llms-full.txt): This page's full content as plain text. ## Page sections - [Overview](/docs): What the server exposes, and prerequisites. - [How it works](/docs-how-it-works): Remote transport, OAuth instead of API keys, account-scoped access. - [Connect a client](/docs-connect): Setup steps for Claude, Claude Code, ChatGPT, Grok, Cursor, VS Code, Codex, and stdio-only clients. - [Tool reference](/docs-tools): All 30 tools, grouped by area, tagged read or write. - [Common workflows](/docs-workflows): What agents typically do with the server. - [Security](/docs-security): What the server can and can't do, and how access is scoped. - [FAQ](/faq): Common questions about connecting and using the server. - [Examples](/examples): Real prompts against the server, and what the agent does with them. - [For agents](/#for-agents): This section.