How to Connect SAGA to Your AI Assistant via MCP
Last updated About 3 hours ago
This guide walks you through connecting your SAGA workspace to major AI chat providers using the SAGA MCP server.
Server URL:
https://mcp.thesaga.app/mcpTransport: Streamable HTTP
Auth: OAuth 2.1 (browser-based login)
Step 1: Make sure you have a SAGA account
You'll log in through your browser during the OAuth flow.
Step 2: Connect to your AI assistant
Pick your assistant below and follow the steps.
Claude Desktop / Claude Cowork
Open Claude Desktop
Click Customize in the left sidebar
Go to Connectors → click + Add custom connector
Paste the URL:
https://mcp.thesaga.app/mcpClick Add
Your browser will open asking you to log in to SAGA and authorize the connection
Sign in → click Allow → you're done
The available SAGA tools will appear in Claude automatically.
If you prefer you can follow this guided video tutorial
ChatGPT
ChatGPT requires Pro plan to use custom connectors
Go to Settings → Apps & Connectors
Enable Developer mode (toggle at the bottom)
Go back to Apps and click Create app
Enter a name (e.g. "SAGA")
Paste the URL:
https://mcp.thesaga.app/mcpUnder Authentication, select OAuth
Click Create
Your browser will ask you to log in to SAGA → click Allow
In a new chat, click the + icon next to the message bar → select your SAGA app
Cursor
Open Cursor
Go to Settings → MCP Servers
Click + Add new MCP server
Fill in:
Name:
sagaType:
Streamable HTTPURL:
https://mcp.thesaga.app/mcp
Click Add
Your browser will open → log in to SAGA → authorize
Claude Code (terminal)
claude mcp add saga --transport http https://mcp.thesaga.app/mcpYour browser will open for the OAuth login. Once authorized, run claude mcp list to confirm it's connected.
VS Code (GitHub Copilot)
Create a file .vscode/mcp.json in your project:
{ "servers": { "saga": { "type": "http", "url": "https://mcp.thesaga.app/mcp" } } }Restart VS Code. The first time Copilot tries to use SAGA, your browser will open for OAuth login.
Gemini CLI
gemini mcp add saga -- https://mcp.thesaga.app/mcpStep 3: Start using it
Once connected, just ask your AI to do something with SAGA. For example:
"Show my recent leads in SAGA"
"Create a lead magnet called 'Free PDF Guide'"
"What are my contact pipeline stats?"
"Add a follow-up task for John in SAGA"
Troubleshooting
One connection, one OAuth login, and your SAGA workspace works across any AI assistant that supports MCP.