Connect an agent

One-time setup · OAuth

Point Claude — or any MCP-capable agent — at your Collected account and it can search the catalog, manage your collection, and score recommendations for you.

Log in or create an account first — connecting authorizes an agent against your Collected account.

Server address

https://collected.games/mcp

Every client below talks to this one address. Signing in happens in your browser — you approve the scopes on a consent screen; there are no keys to paste.

Pick your client

Claude recommended

  1. Open Claude’s connector settings  (Settings → Connectors).
  2. Choose Add custom connector, name it Collected, and paste the server address above.
  3. Click Add, then Connect on the new Collected row, sign in, and approve the scopes.

Works on every Claude plan (Free allows one custom connector). Connectors added on claude.ai also work in Claude Desktop and on mobile.

Claude Code

claude mcp add --transport http collected https://collected.games/mcp

Then run /mcp inside the session and pick Authenticate — the browser handles sign-in. Headless or CI use can pass an API token as an Authorization header instead.

Cursor

Add to Cursor

One click installs the server; approve the sign-in prompt Cursor opens afterwards.

VS Code

Add to VS Code

Requires Copilot agent mode. One click installs the server; VS Code walks the same sign-in flow.

ChatGPT

  1. In ChatGPT’s settings, enable Developer mode (currently under Security and login).
  2. Create a connector, name it Collected, and paste the server address above (authentication: OAuth).
  3. Turn it on in each new chat: +MoreDeveloper modeCollected — ChatGPT ignores the connector until you do.

Needs a paid ChatGPT plan; developer mode is web-only.

Gemini CLI

gemini mcp add -s user --transport http collected https://collected.games/mcp

Then run /mcp auth collected inside the session — the browser handles sign-in. Headless or CI use can pass an API token as an Authorization header instead.

Anything else

Any client that speaks MCP over streamable HTTP with OAuth — Perplexity, Le Chat, Goose, Raycast — just needs the server address above.

Scripts and agents that cannot open a browser authenticate with an API token against the same endpoint or the REST API. (claude.ai and Claude Desktop do not accept pasted tokens — use the OAuth flow above for those.)

Try it

Once connected, ask your agent something like:

Going deeper? Download the Collected agent skill — the tool reference, collection workflows, and recommendation methodology in one loadable package.

Manage or revoke access any time from Connected agents.