Claude Code
Claude Desktop
Cursor
VS Code
Gemini CLI
Zed
Quick Setup
The fastest way to connect is through the hosted MCP server athttps://mcp.getdex.com/mcp. No local installation required.
- Automatic (Recommended)
- Manual Configuration
If you have Node.js installed, run:This auto-detects all supported AI clients on your machine and configures them. Restart your client(s) after running the command. Youβll be prompted to
authenticate via browser on first use.
Available Tools
Once connected, your AI assistant gains access to 11 tools for managing your Dex CRM:Contact Management
| Tool | Description |
|---|---|
dex_search_contacts | Search contacts by name, email, company, or keyword |
dex_get_contact | Get full contact details with optional interaction history |
dex_create_contact | Create a new contact |
dex_update_contact | Update existing contact details |
dex_delete_contacts | Bulk delete contacts |
dex_merge_contacts | Merge duplicate contacts |
Organization & Timeline
| Tool | Description |
|---|---|
dex_manage_tags | Create, assign, and manage tags across contacts |
dex_manage_groups | Organize contacts into named collections |
dex_manage_notes | Log meetings, calls, and interactions on contact timelines |
dex_manage_reminders | Set follow-up reminders with optional recurrence |
dex_manage_custom_fields | Define and populate custom data fields |
What You Can Do
Here are some examples of what you can ask your AI assistant once connected:Find Contacts
βLook up Sarah Chenβ or βWho do I know at Acme Corp?β
Log Interactions
βLog that I had coffee with Jake today and we discussed the partnershipβ
Set Reminders
βRemind me to follow up with Maria next Tuesdayβ
Prep for Meetings
βI have a meeting with David tomorrow β what should I know?β
Organize Network
βTag everyone from the YC batch as βYC W26ββ
Clean Up Duplicates
βFind and merge duplicate contactsβ
Authentication
The MCP server supports two authentication methods:Browser OAuth (Default)
On first connection, your AI client will open a browser window for you to log into your Dex account. Credentials are cached for subsequent sessions.API Key (Headless / CI)
For environments without a browser, use an API key:Generate an API key
Go to Dex Settings > Integrations.
API keys require a Dex Professional plan.
Data Model
The MCP server gives your AI assistant access to the full Dex contact graph: Contact βββ Basic Info (name, email, phone, company, job title, birthday) βββ Social Profiles (LinkedIn, Twitter/X, website) βββ Description (rich text notes about the person) βββ Tags (flat labels: βInvestorβ, βCollege Friendβ) βββ Groups (collections with emoji: βπ’ Acme Teamβ) βββ Custom Fields (user-defined: text, dropdown, date) βββ Notes / Timeline (meetings, calls, coffees, general notes) βββ Reminders (follow-ups with optional recurrence) βββ Status (starred, archived)Response Limits
Responses are capped at 25,000 characters. Use pagination with smaller page sizes for large result sets.Troubleshooting
Tools not appearing in my AI client
Tools not appearing in my AI client
Restart your client after configuring the MCP server. Verify the configuration file is valid JSON and the URL is correct:
https://mcp.getdex.com/mcpAuthentication fails or browser doesn't open
Authentication fails or browser doesn't open
Ensure youβre using a supported AI client. For headless environments, use the API key method instead of browser OAuth.
'Professional subscription required' error
'Professional subscription required' error
Some features require a Dex Professional plan. Check your subscription status in Dex Settings.
Responses are truncated
Responses are truncated
Use pagination with a smaller
limit parameter. Responses exceeding 25,000 characters are automatically truncated.
