> ## Documentation Index
> Fetch the complete documentation index at: https://docs.horizon.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Global connectors

> Find the provider documentation for the remote MCP servers preconfigured in Horizon.

export const externalServersPlans = "Developer and Enterprise";

<Note>
  Global connectors are available on {externalServersPlans}.
</Note>

Global connectors are remote MCP server definitions maintained by Horizon and
available to every organization. Each one supplies a known remote endpoint so
you can create an [external server](/servers/external) without entering the
endpoint yourself. You still choose how Horizon authenticates to the provider,
and each user may need to authorize their own provider account.

An organization connector serves the same purpose for an endpoint that is not
in the global catalog. Organization Admins create and manage those connectors
for their organization; Horizon maintains global connectors.

## Provider documentation

The provider documentation below explains each remote MCP server's account,
authorization, scope, and availability requirements. Provider requirements can
change independently of Horizon.

| Horizon connector | Provider documentation                                                                                                                                                   |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Asana             | [Using Asana's MCP Server](https://developers.asana.com/docs/using-asanas-mcp-server)                                                                                    |
| Atlassian         | [Getting started with the Atlassian Rovo MCP Server](https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/) |
| BigQuery          | [Use the BigQuery MCP server](https://docs.cloud.google.com/bigquery/docs/use-bigquery-mcp)                                                                              |
| Box               | [Box MCP server](https://developer.box.com/guides/box-mcp/)                                                                                                              |
| Canva             | [Connect AI assistants to Canva with the AI Connector](https://www.canva.com/help/mcp-agent-setup/)                                                                      |
| ClickHouse        | [Enable and connect ClickHouse Cloud remote MCP server](https://clickhouse.com/docs/use-cases/AI/MCP/remote_mcp)                                                         |
| Cloudflare Docs   | [Cloudflare's own MCP servers](https://developers.cloudflare.com/agents/model-context-protocol/cloudflare/servers-for-cloudflare/)                                       |
| Daloopa           | [Daloopa MCP](https://docs.daloopa.com/docs/daloopa-mcp)                                                                                                                 |
| Datadog           | [Set up the Datadog MCP server](https://docs.datadoghq.com/mcp_server/setup/)                                                                                            |
| Fireflies         | [MCP server configuration](https://docs.fireflies.ai/getting-started/mcp-configuration)                                                                                  |
| GitHub            | [Setting up the GitHub MCP Server](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/set-up-the-github-mcp-server)                          |
| Gmail             | [Configure the Gmail MCP server](https://developers.google.com/workspace/gmail/api/guides/configure-mcp-server)                                                          |
| Google Calendar   | [Configure the Calendar MCP server](https://developers.google.com/workspace/calendar/api/guides/configure-mcp-server)                                                    |
| Google Drive      | [Configure the Drive MCP server](https://developers.google.com/workspace/drive/api/guides/configure-mcp-server)                                                          |
| Hex               | [Hex MCP Server](https://learn.hex.tech/docs/api-integrations/mcp-server)                                                                                                |
| Hubspot           | [Integrate AI tools with the HubSpot MCP server](https://developers.hubspot.com/docs/apps/developer-platform/build-apps/integrate-with-the-remote-hubspot-mcp-server)    |
| Huggingface       | [Hugging Face MCP Server](https://huggingface.co/docs/hub/agents-mcp)                                                                                                    |
| Intercom          | [Model Context Protocol](https://developers.intercom.com/docs/guides/mcp)                                                                                                |
| Invideo           | [Invideo Model Context Protocol Server](https://help.invideo.io/en/articles/11316042-invideo-model-context-protocol-server)                                              |
| Jam               | [Jam MCP](https://jam.dev/docs/jam-mcp)                                                                                                                                  |
| Linear            | [Linear MCP server](https://linear.app/docs/mcp)                                                                                                                         |
| Monday            | [Get started with monday MCP](https://support.monday.com/hc/en-us/articles/28588158981266-Get-started-with-monday-MCP)                                                   |
| Neon              | [Neon MCP Server overview](https://neon.com/docs/ai/neon-mcp-server)                                                                                                     |
| Netlify           | [Agent setup overview](https://docs.netlify.com/build/build-with-ai/agent-setup-guides/agent-setup-overview/)                                                            |
| Notion            | [Notion MCP](https://developers.notion.com/guides/mcp/overview)                                                                                                          |
| PagerDuty         | [PagerDuty MCP Server](https://support.pagerduty.com/main/docs/pagerduty-mcp-server)                                                                                     |
| Paypal            | [MCP server quickstart guide](https://docs.paypal.ai/developer/tools/ai/mcp-quickstart)                                                                                  |
| Plaid             | [Dashboard MCP server](https://plaid.com/docs/resources/mcp/)                                                                                                            |
| Sentry            | [Sentry MCP](https://mcp.sentry.dev/)                                                                                                                                    |
| Slack             | [Slack MCP server](https://docs.slack.dev/ai/slack-mcp-server)                                                                                                           |
| Square            | [Square Model Context Protocol Server](https://developer.squareup.com/docs/mcp)                                                                                          |
| Stripe            | [Model Context Protocol](https://docs.stripe.com/mcp)                                                                                                                    |
| Stytch            | [Stytch MCP Server](https://stytch.com/docs/resources/workspace-management/stytch-mcp-server)                                                                            |
| Vercel            | [Use Vercel's MCP server](https://vercel.com/docs/agent-resources/vercel-mcp)                                                                                            |
| Webflow           | [Webflow MCP server](https://developers.webflow.com/mcp/reference/overview)                                                                                              |
| Zoom              | [Zoom MCP Server](https://developers.zoom.us/docs/mcp/zoom-mcp-server/)                                                                                                  |

<Info>
  Google's Gmail, Google Drive, and Google Calendar remote MCP servers are in
  Developer Preview. Check the linked provider page for current access
  requirements before creating the external server.
</Info>

## Related docs

<CardGroup cols={2}>
  <Card title="External servers" icon="plug" href="/servers/external">
    Understand how Horizon governs and forwards traffic to remote MCP servers.
  </Card>

  <Card title="External authentication" icon="arrows-rotate" href="/platform/external-authentication">
    Configure the OAuth or API-key credential Horizon sends to the provider.
  </Card>
</CardGroup>
