Skip to main content

April 23, 2026 - Sally MCP Connector

ยท 2 min read
Gianni Piruzza
Marketing Manager

Your meetings, directly in your favorite AI tool. ๐Ÿค–

With the new Sally MCP Connector, you can query your appointments, recordings, summaries, and transcripts straight from Claude, ChatGPT, Cursor, Windsurf, VS Code, or any other client that speaks the Model Context Protocol (MCP).

๐Ÿš€ What's new?โ€‹

Sally now exposes an MCP endpoint with Bearer-token authentication. Any MCP-capable client can read your meeting data on demand, without you copying transcripts back and forth. Typical use cases:

  • Search meetings by topic: "Find every Sally meeting from the last 30 days that mentioned customer XY."
  • Bundle open action items across meetings: "List all open to-dos from my meetings this week, grouped by owner."
  • Trace decisions: "Which meeting is where we decided to migrate to Postgres 16, and what were the reasons?"
  • Brief yourself for follow-ups: "Summarize the last two meetings with Acme, including open items and objections."
  • Draft follow-ups on demand: "Write a follow-up email for this morning's meeting with all action items."

Five read-only tools are available: search_appointments, search_summaries, get_recordings, get_summary, and get_transcription.

How it worksโ€‹

  1. In Sally, open Settings > Integrations and add a Sally MCP integration.
  2. Click Create Token to generate a Personal Access Token (PAT), name it, pick a lifetime, and copy the token. It is shown only once.
  3. In your MCP client, register Sally with the URL https://app.sally.io/api/v1/McpExternal and pass the token as Authorization: Bearer sally_pat_โ€ฆ.
  4. Restart the client and ask "Which Sally tools are available?" to verify the connection.

Tokens are scoped to one user and one company account and only grant read access to what that user already sees in Sally.

Why it mattersโ€‹

Your meeting knowledge belongs in the same conversation where you are drafting, coding, or reasoning. With the MCP Connector, your AI assistant can pull the right meeting, summary, or transcript on its own, instead of you switching tabs and copying text. Admins can enable or disable Sally MCP per company account at any time.

๐Ÿ‘‰ Learn more in the Sally MCP Connector guide.