This URL is a Model Context Protocol (MCP) endpoint — it's meant for AI assistants like Claude, not for browsers. Once connected, an assistant can work with your Daisychain account using only the permissions you approve.
Endpoint URL
https://go.daisychain.app/mcp
Connect from Claude (web or desktop)
- Open Settings, then Connectors, and choose "Add custom connector".
- Paste the endpoint URL above and save.
- When prompted, sign in with your Daisychain account and choose which account and permissions the assistant gets.
Connect from Claude Code
claude mcp add --transport http daisychain https://go.daisychain.app/mcp
Then run /mcp inside Claude Code to sign in.
Connect from ChatGPT
- Enable developer mode: Settings, then Apps & Connectors, then Advanced settings.
- From Apps & Connectors choose "Create" to add a custom connector, and paste the endpoint URL above.
- Pick OAuth authentication and sign in with your Daisychain account when prompted.
Connect from Codex CLI
codex mcp add daisychain --url https://go.daisychain.app/mcp
Then sign in with your Daisychain account when Codex prompts you
(or run
codex mcp login daisychain
).
Who can connect
- You need to be an admin or manager of a Daisychain account.
- You choose one account and the specific activities the assistant may perform there; everything else stays off-limits.
- You can review and revoke connected apps anytime from your profile.
- Account admins can turn off AI assistant access for an entire account in account settings.