View markdown

Codex

Connect AdsSyncs to OpenAI Codex (CLI / desktop).

Install

npx -y @adsyncs/mcp-install codex

Then restart your Codex session. AdsSyncs tools become available in the tool picker.

Connect your ad accounts

  1. Open app.adsyncs.net, sign in.
  2. Connections → start the OAuth flow for each platform you want Codex to see.
  3. Pick which ad accounts to expose.

Manual install

Codex reads MCP server configuration from ~/.codex/config.toml. Add:

[mcp_servers.adsyncs]
command = "npx"
args = ["-y", "mcp-remote", "https://mcp.adsyncs.net/mcp"]

Restart Codex.

Troubleshooting

Tools not visible

Confirm the [mcp_servers.adsyncs] block is present in ~/.codex/config.toml. Restart Codex after editing the file.

  • auth_required — finish the missing provider connection in our dashboard.
  • Behind a corporate proxy?mcp-remote honors HTTPS_PROXY env vars. Set them in the shell you launch Codex from.

Uninstall

npx -y @adsyncs/mcp-install codex --uninstall