Operator MCP Server
The Operator MCP server lets any MCP compatible client talk to Operator over HTTP or SSE. The Operator MCP server supports two transport methods. HTTP is recommended for new setups.Streamable HTTP (recommended)
SSE (legacy)
Use with Codex
Codex treats Operator as a streamable HTTP MCP server. Add an entry to~/.codex/config.toml:
Use with Claude Code
Claude Code can also connect to Operator as a remote HTTP MCP server. The generic way to add a remote HTTP server with a Bearer token is:Available tools
This MCP server exposes a single tool,operator_chat, which lets MCP clients send chat style tasks and questions to Operator using the same chat completions format as the main API.