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

# Connect the Zoom MCP server

> Connect Zoom's remote MCP server to Spojit: create a General app in the Zoom App Marketplace with Spojit's redirect URL and scopes, then sign in with OAuth.

Zoom hosts remote MCP servers that give AI agents access to meetings, cloud recordings, notes, Docs, and Hub content. Connect one to Spojit to schedule meetings from a workflow, pull recording content into a summary, or search across Zoom.

<Note>
  Spojit connects to these servers through a [custom MCP server](/connectors/remote-mcp-servers/custom) connection, so you add them with **Add custom server** rather than from the connector catalog. Zoom maintains them and decides which tools they offer; see [Zoom's guide to connecting to Zoom MCP servers](https://developers.zoom.us/docs/mcp/servers/connect-to-zoom-mcp-servers/) for the current list.
</Note>

## Before you start

Before connecting, create a Zoom app to get a client ID and secret for Spojit.

<Steps>
  <Step title="Copy Spojit's redirect URI">
    In Spojit, go to **Connections**, click **Add custom server**, and choose **OAuth 2.0**. Copy the **Redirect URI** shown in the form (for example `https://miraxa.spojit.com/api/connectors/oauth/callback`).
  </Step>

  <Step title="Create a General app">
    In the [Zoom App Marketplace](https://marketplace.zoom.us/), choose to build an app and select **General app**. You need admin or developer permission on your Zoom account.
  </Step>

  <Step title="Set the redirect URL">
    Under **Basic Information > OAuth Information**, paste Spojit's redirect URI into **OAuth redirect URL**.
  </Step>

  <Step title="Add scopes">
    In the **Scopes** section, add the scopes the tools need. Zoom lists them per tool in its [product-specific MCP server docs](https://developers.zoom.us/docs/mcp/zoom/).
  </Step>

  <Step title="Copy the credentials">
    Under **Basic Information > App Credentials**, copy the **Client ID** and **Client Secret**.
  </Step>
</Steps>

## Server URL

```
https://mcp.zoom.us/mcp/zoom/streamable
```

## Connect in Spojit

<Steps>
  <Step title="Add a custom server">
    In **Add custom server**, enter a **Name** such as `Zoom` and paste the **Server URL**.
  </Step>

  <Step title="Choose Auto authentication">
    Choose **Auto** and click **Save & connect**. Because Zoom needs your own app, the **OAuth 2.0** form opens with the authorization URL, token URL, and scopes already filled in.
  </Step>

  <Step title="Enter your app's credentials">
    Paste the **Client ID** and **Client Secret**. Edit **Scopes** to match the scopes on your Zoom app, keep **Use PKCE (S256)** on, and click **Save & connect**.
  </Step>

  <Step title="Authorize in Zoom">
    Zoom opens its authorization page. Sign in and allow access. Spojit marks the connection **Connected** and refreshes the token automatically.
  </Step>
</Steps>

If the form does not prefill, choose **OAuth 2.0** and enter **Authorization URL** `https://zoom.us/oauth/authorize` and **Token URL** `https://zoom.us/oauth/token`, plus your scopes.

## Use it in a workflow

Add a **Connector** node, pick your Zoom server under **Custom Servers**, and choose **Agent Mode** or **Direct Mode**. See [Use a custom server in a workflow](/connectors/remote-mcp-servers/custom#use-a-custom-server-in-a-workflow).

## Troubleshooting

<AccordionGroup>
  <Accordion title="Zoom reports an invalid redirect URL">
    The app's **OAuth redirect URL** must match Spojit's **Redirect URI** exactly.
  </Accordion>

  <Accordion title="A tool fails with a scope error">
    Add the scope for that tool to the Zoom app and to the connection's **Scopes**, then click **Reconnect**.
  </Accordion>
</AccordionGroup>

## Learn more

* [Connect to Zoom MCP Servers](https://developers.zoom.us/docs/mcp/servers/connect-to-zoom-mcp-servers/)
* [MCP at Zoom](https://developers.zoom.us/docs/mcp/)

<Snippet file="start-free.mdx" />
