Free beta. The Marky API is free to use while it’s in beta. Paid plans are
coming later, and we’ll give you plenty of notice before any charges begin.
Two ways to sign in
Pick whichever your client offers:
Both give the same access. Signed-in agents show up under Organization
settings → Connected agents, where you can disconnect one at any time.
ChatGPT on the web
This is where most people connect. You need Developer mode turned on first, and it has to be done in a browser — the mobile app has no connector screen.- Go to chatgpt.com.
- Open Settings → Apps & Connectors.
- Open Advanced settings and turn on Developer mode.
- Go back to Apps & Connectors and click Create.
- Paste
https://api.mymarky.ai/api/mcpas the server URL, then click Create. - Sign in with your Marky account when ChatGPT asks, and click Allow.
Developer mode is not on free ChatGPT accounts. If you can’t find it,
that’s usually why. On a managed work account an admin may also have to
allow custom connectors first.OpenAI renames these menus fairly often, so if a label above doesn’t match
what you see, the destination is still right: you’re looking for the screen
that creates a connector from a URL. Their current walkthrough is at
learn.chatgpt.com/docs/extend/mcp.
ChatGPT desktop app
The desktop app has its own screen for this, and no Developer mode step:- Open Settings → MCP servers → Add server.
- Name it
Markyand choose Streamable HTTP. - URL:
https://api.mymarky.ai/api/mcp - For auth, either paste your
mk_live_...key as a bearer token, or pick OAuth and press Authenticate to sign in with your Marky account. - Save, then Restart.
“List my Marky businesses, read the brand, then write 5 posts about our spring blend and schedule one each weekday at 9am.”
Codex CLI
One command:~/.codex/config.toml by hand:
If Codex ignores the
url line, update Codex first. Older builds only
read HTTP servers when the newer MCP client is switched on, and they fail by
doing nothing at all rather than by printing an error. On a build like that,
add experimental_use_rmcp_client = true above the [mcp_servers.marky]
line.codex mcp list.
What about skills?
Marky’s packaged skills — short instruction files that teach an agent how we like posts made — are published for Claude Cowork today. See Connect Claude to Marky. For ChatGPT and Codex, the MCP server above is the piece that matters: it gives the assistant Marky’s real tools, which is what a skill would call anyway. If you want the same nudges in writing, drop a short file like this into your project’sAGENTS.md (Codex reads it automatically):
Before you start
- Connect your social accounts first. Adding Instagram, Facebook, LinkedIn and the rest is a one-time step in the Marky web app. An agent can see the accounts you’ve connected, but it can’t add new ones.
- API keys are created by an organization admin at Organization settings → API keys. See Authentication.
- Keep your key in an environment variable, not in a file you commit.
- Full tool list: MCP Server and the API Reference.
