> ## Documentation Index
> Fetch the complete documentation index at: https://alpha.developer.tomorro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup & connection

> Connect the Tomorro MCP server to your preferred AI assistant

The Tomorro MCP server is configured directly inside your preferred AI assistant. You don't need
to install anything on your machine — it's a hosted service. Each user connects with their own
Tomorro API key, so access is personal and respects each user's existing permissions.

## Two pieces of information you'll need

| Setting            | Value                                                                                                                  |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| **MCP Server URL** | `https://mcp-beta.tomorro.com`                                                                                         |
| **Authentication** | API key, generated from [your integration settings](https://app.tomorro.com/settings/integrations?integration=api-key) |

<Note>
  To generate an API key, you'll need an administrator or contributor/creator licence.
</Note>

## Claude

<Tabs>
  <Tab title="Installation">
    <iframe src="https://www.loom.com/embed/781148b30860422080fbef05323e6e9d" title="Tomorro MCP — Claude installation" allowFullScreen style={{ width: '100%', aspectRatio: '16 / 9', border: 0, borderRadius: '0.5rem' }} />
  </Tab>

  <Tab title="Connection">
    <iframe src="https://www.loom.com/embed/5d8ab8d29cd848108ab279b95a6cb0a4" title="Tomorro MCP — Claude connection" allowFullScreen style={{ width: '100%', aspectRatio: '16 / 9', border: 0, borderRadius: '0.5rem' }} />
  </Tab>
</Tabs>

**Official guide:** [Get started with custom connectors using remote MCP](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp)

## ChatGPT

OpenAI provides its own official documentation on how to connect a custom MCP server to ChatGPT
(via **Settings → Connectors → Create**, with developer mode enabled for full MCP). Follow their
guide, using the Tomorro server URL and your API key where required.

* **Official guide:** [Developer mode, apps and full MCP connectors in ChatGPT (beta)](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta)
* **Developer reference:** [Building MCP servers for ChatGPT Apps and API integrations](https://developers.openai.com/api/docs/mcp)

## DUST

Dust provides its own official documentation on how to add a remote MCP server to your workspace
(via **Spaces → Tools → Add Tools**, with `bearer` authentication). Follow their guide, using the
Tomorro server URL and your API key where required.

**Official guide:** [Adding an MCP Server — Dust documentation](https://docs.dust.tt/docs/remote-mcp-server)

## Gemini

Google provides its own official documentation on how to connect a custom MCP server to Gemini
Enterprise. Follow their guide, using the Tomorro server URL and your API key where required.

**Official guide:** [Set up your custom MCP server — Gemini Enterprise documentation](https://docs.cloud.google.com/gemini/enterprise/docs/connectors/custom-mcp-server/set-up-custom-mcp-server)

## Copilot

Microsoft provides its own official documentation on how to connect an existing MCP server to a
Copilot Studio agent. Follow their guide, using the Tomorro server URL and your API key where
required.

**Official guide:** [Connect your agent to an existing MCP server — Microsoft Copilot Studio documentation](https://learn.microsoft.com/en-us/microsoft-copilot-studio/mcp-add-existing-server-to-agent)
