Overview
MCP (Model Context Protocol) is a standard protocol that lets AI agents like Claude and ChatGPT connect securely to external tools and data. Relate provides an MCP server, so when you connect an MCP-capable AI agent such as Claude Code or Codex to Relate, you can query CRM data and create/update contacts, deals, notes, campaigns, and more â all in natural language. Without writing any code, you can hand requests like âsummarize the companies I met with last weekâ or âadd a note to this companyâ straight to the AI. The Relate MCP server address is:1. How to connect
Create an MCP token
To connect to Relate MCP, you first need an MCP token (authentication token).- Log in to Relate, then go to Workspace Settings > MCP for the workspace you want to connect.
- Click
Generate new tokento issue a new token. - The token starts with
rk_. For security it is shown only once right after creation, so copy it and store it somewhere safe.

Generate a new token in Workspace Settings > MCP
Connect Claude Code
Connect Claude Code
- In Claude Code, go to Customize > Connectors.
-
From the
+button in the top right, selectAdd custom connector.
Select Add custom connector under Customize > Connectors
-
Enter a name (e.g.
Relate MCP) and the MCP server URL, then clickAdd.
Enter the Relate MCP server URL in the custom connector
- After adding the connector, you are taken to the Relate OAuth authorization screen. Log in with your Relate account and grant access to complete the connection.
- Once connected, you can use Relate tools in your conversations with Claude.
Connect Codex
Connect Codex
~/.codex/config.toml) and pass the issued token via an HTTP header (Authorization).Open ~/.codex/config.toml and add the Relate MCP server as shown below.2. What you can do with MCP
Once Relate MCP is connected, you can perform the following through an AI agent in natural language. (As of June 15, 2026)Contacts
Contacts
- Search contacts by name, email, phone number, or field conditions, and view details
- Create and update contacts, and bulk-import from a spreadsheet
- Add to / remove from the denylist (sending block list)
Organizations
Organizations
- Search organizations by name or domain, and view details
- Create and update organizations
Deals / Entries
Deals / Entries
- Search and view deals (entries) within a specific list/process
- Create deals; update status, assignee, value, and field values; delete
Notes
Notes
- Search across all notes by body content
- List notes attached to a specific contact, organization, or deal
- Create notes on contacts and organizations
Lists
Lists
- List, create, and rename lists
- Add contacts to a list
- Summarize a listâs campaign deliverability (sendable / blocked breakdown)
Email
- Search email threads for a contact or organization and view message content
- Send email immediately on your own behalf
Campaigns & Sequences
Campaigns & Sequences
- Search, view, create, update, and deliver broadcast campaigns, and check statistics
- View and create email sequences; add/edit steps; enroll contacts
- View AI campaigns / AI email templates and check recipients and engagement
Sender Identity
Sender Identity
- List the sender identities (sending domains) in the workspace
- Connect a sending domain and check/re-verify DNS records (MX, SPF, DMARC, DKIM) and verification status
Relate Notetaker
Relate Notetaker
- Search completed meeting notetaker records (transcripts and summaries)
- List records scoped to a contact/organization/calendar event, and retrieve the full transcript and summary
Reports & Workspace
Reports & Workspace
- Sales pipeline funnel and conversion-rate report by process
- Recent email-activity report for an AI plan
- Workspace info (lists, statuses, custom fields, team members, sending limits, etc.)
3. Examples
Try asking your AI agent in natural language, like the examples below.Customer research & meeting prep
Customer research & meeting prep
âFor company A that Iâm meeting tomorrow, summarize the notes, deal history, and recent email threads in Relate.â

Customer research & meeting prep example
Meeting follow-up
Meeting follow-up
âPull up the notetaker summary from the company B meeting that just ended, write up the key points as a note, and create follow-up tasks if needed.â

Meeting follow-up example
Data entry automation
Data entry automation
âImport the 100 leads in this Excel file into Relate and group them into the âQ2 Inboundâ list.â

Data entry automation example
Pipeline review
Pipeline review
âFind the in-progress deals this quarter that havenât been updated in over two weeks, and organize them by assignee.â

Pipeline review example
Sales report
Sales report
âShow me the stage-by-stage conversion rate report for our main sales process.â

Sales report example
Campaign / sequence operations
Campaign / sequence operations
âHow many people are in the âQ2 Inbound Leadsâ list, and how many of them can receive a campaign? Break out who is excluded due to denylist, unsubscribe, or missing email.â2. Draft the campaign
âDraft a new-feature announcement campaign for that list. Give me 3 subject-line options plus a body draft, and set the sender to one of our workspaceâs sending domains.â3. Design a follow-up sequence
âCreate a 2-step follow-up sequence with a 3-day gap, targeting people who opened the campaign. Make step 1 a meeting proposal and step 2 a reminder tone.â

Campaign / sequence operations example