---
title: "Connect ChatGPT to Speak AI"
description: "Set up the Speak AI MCP server in ChatGPT. Web + desktop. Requires Developer Mode."
---

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

# Connect ChatGPT to Speak AI


ChatGPT reaches your Speak AI workspace through the MCP server, so it can read your recordings, transcripts and insights while you work.

## What you need

A Speak AI account, and ChatGPT. Some setup paths also need an API key, which you create at [app.speakai.co/developers/apikeys](https://app.speakai.co/developers/apikeys).

Every client connects to the same address:

```text
https://api.speakai.co/v1/mcp
```

## How do you connect ChatGPT?

1. Open ChatGPT → Settings → **Apps & Connectors** → **Advanced**

1. Turn on **Developer Mode** (required while Speak AI isn't yet listed in ChatGPT's app store)

1. Back on Apps & Connectors, click **Create** and paste the URL above

   ![ChatGPT connect screen with Speak AI URL pasted](/mcp-setup/chatgpt/1.connect.png)

1. For **Authentication**, choose **OAuth**, then click **Connect**

   ![ChatGPT connect continue screen](/mcp-setup/chatgpt/2.connect-continue.png)

1. ChatGPT opens a new tab to Speak AI, sign in (or click **Confirm** if already logged in) to authorize

   ![Speak AI authorization screen](/mcp-setup/chatgpt/3.speak-auth.png)

1. Return to ChatGPT, Speak AI is now in your connector list

   ![Speak AI connected in ChatGPT](/mcp-setup/chatgpt/4.connected.png)

1. **Per-chat:** open a chat, click the **+** / connector menu, enable Speak AI for that chat

## What can you ask for once it is connected?

Ask in your own words. The server exposes 112 tools, so most questions about your workspace resolve without naming one:

- "Summarise my last customer interview."
- "Find every mention of pricing across this month's calls."
- "Upload this recording and tell me the main themes."

## Related guides

- [Connect your AI tool](/mcp) covers every supported client.
- [Connect Claude.ai (web) to Speak AI](/mcp/setup/claude-web/)
- [Speak AI MCP server](/mcp) explains what the server exposes.
- [MCP authentication and rate limits](/mcp/authentication)

Source: https://docs.speakai.co/mcp/setup/chatgpt/index.mdx
