All guides
Working with agents

Connect Claude, ChatGPT or another AI agent

Add Done as a connector so an AI agent can read your tasks, pick up the ones you assign it, and report back.

Done speaks MCP, the open protocol AI assistants use to reach other apps. Every account has its own connection — there's no shared key — and the agent only ever sees your tasks.

The server URL is:

https://trydone.app/mcp

claude.ai, Claude Desktop or ChatGPT

  1. In the assistant, open Settings → Connectors and choose Add custom connector.
  2. Paste the URL above and click Add.
  3. Click Connect, sign in to Done, and approve access.

Claude Code

Run this once in a terminal:

claude mcp add --transport http done https://trydone.app/mcp

Anything else: use a token

  1. In Done, open Account & settings → Integrations & agents → MCP token and click Generate token.
  2. Copy it straight away — it's shown once, and generating a new one revokes the old one.
  3. Give your client the URL and the header Authorization: Bearer followed by your token.

Need a narrower key? Extra MCP tokens can be read-only, limited to one project, or limited to one workspace — useful for a shared machine or a second assistant.

Ask your assistant "what's on my Done list today?" to check it's connected. The onboarding walkthrough also has a Verify connection button.