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
- Open app.adsyncs.net, sign in.
- Connections → start the OAuth flow for each platform you want Codex to see.
- 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-remotehonorsHTTPS_PROXYenv vars. Set them in the shell you launch Codex from.
Uninstall
npx -y @adsyncs/mcp-install codex --uninstall