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 sequenceChoose 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/mcpThen 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| Setting | Value |
| Transport | Streamable HTTP |
| Sign-in | OAuth. 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?
Related articles
- OverviewSequence MCP lets Claude, ChatGPT, Codex and other AI assistants plan, review, schedule and publish content in the Sequence brands you choose, within your permissions.
- Sequence API keysCreate a personal API key to read and update Sequence content, projects, approvals and schedules from your own scripts and tools.
- Manage and troubleshootSee your connected assistants, change or remove their access, and fix common connection problems.
Need more help with this?