Claude-codex-proxy – Use Claude Code with ChatGPT subscription
Run Claude Code CLI with ChatGPT subscription, bypassing Anthropic's tighter usage limits.
MCP server for OpenAI Ads / ChatGPT Ads. Manage campaigns, ad groups, ads, creatives, and insights through the OpenAI Ads Advertiser API.
Yet another MCP wrapper, but at least the OpenAI Ads API is genuinely new.
Marketers and agencies managing OpenAI Ads campaigns
Other MCP servers · OpenAI Ads dashboard · Marketing analytics tools
It's read-only for now: accounts, campaigns, ad groups, ads and insights (11 tools in total). You can query campaigns from Claude, Codex, Cursor and so on in plain language. Writes ("actions") are next; I have two ideas here: - wrap them in a deterministic tool (json in/out) - add a human in the loop (maybe even a verification/consistency check step between query and tool/json output)
Claude Code did most of the work but it wasn't a one-shot. The OpenAI API spec is very clean though and easy to understand; for some reason Claude couldn't read OpenAI's own docs, so I ended up with some manual "copy&paste".
Also I iterated a bit and went from a local stdio install to npm and then made it available in the MCP registry.
Feedback welcome, especially on the write/elicitation side and on hosting a remote version.
PS: It's (obviously) unofficial and not affiliated with OpenAI.
Run Claude Code CLI with ChatGPT subscription, bypassing Anthropic's tighter usage limits.
Clever use of Claude Channels to push messages—nobody else bridged these two agents yet.
Clever protocol translation, but routing around Anthropic's ToS is a hard limit.
Local semantic search over your full AI conversation history, MCP-integrated, zero cloud.
Another AI memory platform when Mem, Rewind, and Superhuman already own this space.
OAuth proxy workaround when OpenAI already sells API access directly.