Poured

Connect your AI to Poured

Poured ships one standard connector (MCP). Add it once and your AI can publish HTML pages, list your library, protect pages, and take them down, from inside a conversation. It works the same in Claude, Claude Code, Codex, and ChatGPT.

Connector URL
https://poured.page/mcp

The same URL everywhere. Pick your client below.

Claude

Web (claude.ai), desktop, and Cowork all use the same steps.

  1. 1

    Open Settings, then Connectors, then Add custom connector.

  2. 2

    Paste the connector URL and click Add.

    https://poured.page/mcp
  3. 3

    Your browser opens. Sign in to Poured and approve. You only do this once.

  4. 4

    Verify: ask Claude "What is in my Poured library?" It should list your pages.

Claude Code

The CLI. One command adds it across all your projects.

  1. 1

    Add the connector (--scope user makes it available in every project):

    claude mcp add --transport http --scope user poured https://poured.page/mcp
  2. 2

    Start Claude Code, run /mcp, select poured, and choose Authenticate. Your browser opens to sign in.

    /mcp
  3. 3

    Confirm it connected:

    claude mcp list

Codex

OpenAI's CLI coding agent. Native remote MCP with browser sign-in.

  1. 1

    Add the connector:

    codex mcp add poured --url https://poured.page/mcp
  2. 2

    Sign in (opens your browser to approve, then caches the token):

    codex mcp login poured

If sign-in reports the HTTP transport is unavailable on your build, add a [features] block with rmcp_client = true to ~/.codex/config.toml and retry.

ChatGPT

Needs Developer mode

Custom MCP connectors live behind Developer mode; turn it on once.

  1. 1

    Open Settings, then Apps & Connectors, then Advanced, and turn on Developer mode. (On some accounts it sits under Security & login instead.)

  2. 2

    Back in Apps & Connectors, click Create (or Add custom connector).

  3. 3

    Name it Poured, paste the connector URL as the MCP Server URL, set Authentication to OAuth, and click Create. Approve the sign-in popup.

    https://poured.page/mcp
  4. 4

    Open the connector from the tools menu in a chat to use it. Write actions (publishing, deleting) ask you to confirm.

Developer mode is on Plus, Pro, Business, Enterprise, and Edu, not Free. On Business/Enterprise an admin may need to allow it first.

Troubleshooting

"Add custom connector" is greyed out in Claude.

Custom connectors are disabled by your organization's admin. Ask them to enable custom connectors for your workspace.

ChatGPT has no option to add a connector.

Turn on Developer mode first (Settings, Apps & Connectors, Advanced). It needs a paid plan (Plus and up); it is not available on Free.

The sign-in window keeps looping.

Clear cookies for this site and try again. If you use a strict tracking blocker, allow this site for the sign-in step.

Connecting from a script or a client with no browser.

Create a personal access token in Settings, then Tokens, and send it as an Authorization: Bearer header. The token is shown once, so store it safely.

One rule: pages must be self-contained

A Poured page must work as a single file. Embed images as base64 data URIs, inline your CSS and JavaScript, and keep it under 24 MB. Your AI already produces pages like this; the connector warns you when a page references an external host, and blocks publishing if it spots a likely credential. That is what keeps a shared link from breaking later.