Skip to main content
Sapt is organized around Projects: the workspaces where your team and AI agents do client work. Most teams start by connecting Sapt to Claude or ChatGPT.

1. Copy the MCP URL

The same URL works for both:

2. Connect Claude

Claude works through custom connectors.
1

Open the connector settings

Go to Claude connectors and click Add custom connector.
2

Name it

Call it Sapt.
3

Paste the URL

https://mcp.sapt.ai/mcp
4

Connect

Click Connect and sign in with your Sapt account.
5

Allow the tools

Optional but recommended: set the Sapt tools to Always allow.
Try asking Claude: “What’s my brand voice?“

3. Connect ChatGPT

ChatGPT connects through Apps with Developer mode.
1

Open connector settings

Go to ChatGPT connector settings, then Settings → Apps → Advanced settings.
2

Turn on Developer mode

Then click Create app.
3

Name it and paste the URL

Call it Sapt, and paste https://mcp.sapt.ai/mcp.
4

Set authentication to OAuth

Check the disclaimer and click Create.
5

Try it

Start a chat in Developer mode and ask: “What’s my brand voice?“

4. Or build with REST

If you would rather drive Sapt from your own code, create an API key and call the REST API directly:
See Authentication for how to create the key, and the Quickstart to publish your first post.

What next

MCP overview

How the Sapt connector works, and which tools each server exposes.

Authentication

API keys, OAuth2 clients, and connector OAuth.