Sequence
Log in

Connect Codex and other MCP clients

Add Sequence to Codex, Claude Code or any MCP client that supports remote servers, using the Sequence server address and sign-in.

Any MCP client that can connect to a remote server over Streamable HTTP and sign in with OAuth can use Sequence. The steps below cover Codex and Claude Code.

Codex

Add Sequence as a Streamable HTTP server, then sign in:

codex mcp add sequence --url https://app.sequencesocial.com/api/mcp
codex mcp login sequence

Choose your workspace, brands and access in Sequence, then start a new task so the Sequence tools load. See Choose what an AI assistant can access.

Claude Code

Add Sequence as a remote HTTP server:

claude mcp add --transport http sequence https://app.sequencesocial.com/api/mcp

Then run /mcp in Claude Code, choose sequence and follow the sign-in.

Other MCP clients

Add Sequence as a remote MCP server with this address:

https://app.sequencesocial.com/api/mcp
SettingValue
TransportStreamable HTTP
Sign-inOAuth. Sequence registers the client automatically, so you don't need a client ID or secret.

Many clients accept a JSON configuration like this:

{
  "mcpServers": {
    "sequence": {
      "url": "https://app.sequencesocial.com/api/mcp"
    }
  }
}

Was this page helpful?

Need more help with this?