Daisychain Logo

Daisychain MCP Server

Connect an AI assistant to Daisychain

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)

  1. Open Settings, then Connectors, and choose "Add custom connector".
  2. Paste the endpoint URL above and save.
  3. 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

  1. Enable developer mode: Settings, then Apps & Connectors, then Advanced settings.
  2. From Apps & Connectors choose "Create" to add a custom connector, and paste the endpoint URL above.
  3. 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.