Poured

Connect Claude to Poured

The connector lets Claude publish HTML pages, list your library, protect pages, and take them down — from inside a conversation. Setup is the same in Claude Desktop and claude.ai.

Connector URL
https://poured.app/mcp

Development: https://poured.dev.royalruntimes.com/mcp

Setup

  1. 01In Claude, open Settings → Connectors → Add custom connector.
  2. 02Paste the Poured connector URL below and click Add.
  3. 03Your browser opens. Sign in to Poured and approve — you only do this once.
  4. 04Verify: ask Claude "What’s in my Poured library?" It should list your pages.

Troubleshooting

“Add custom connector” is greyed out.

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

The sign-in window keeps looping.

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

Connecting from a script or a client without a browser.

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

The one rule: self-contained pages

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