Connect Conduyt CRM to Claude Desktop in 5 Minutes
Manage contacts, move deals, run reports, and trigger automations from a Claude conversation. No code required. Just add the MCP server config, authenticate, and start talking to your CRM.
What is MCP (and why your CRM needs it)
The Model Context Protocol is an open standard that lets AI assistants connect to external tools and data sources. Think of it as a USB port for AI: any MCP-compatible client (Claude Desktop, Cursor, Windsurf, ChatGPT) can plug into any MCP server and use its tools immediately.
Conduyt ships a native MCP server with 104 tools spanning 20 CRM modules. It is a TypeScript server that wraps the full Conduyt REST API, so anything you can do in the dashboard, your AI assistant can do from a chat window. No middleware, no Zapier, no custom code.
For a deeper look at the MCP architecture and tool catalog, see the MCP CRM overview.
What you can do from Claude Desktop
Once connected, Claude has access to every major CRM action. Here are ten tasks you can run in plain English:
Every action gets logged in the CRM audit trail with the agent identity, timestamp, and action details. Your team sees exactly what the AI did and when.
Setup guide: 5 steps
Install Claude Desktop
Download Claude Desktop for macOS or Windows. Open it and sign in with your Anthropic account.
Get your Conduyt API key
In Conduyt, go to Settings > API Keys and generate a new key. Give it a descriptive name like “Claude Desktop MCP.” Copy the key, you will need it in the next step.
Add the MCP server config
Open your Claude Desktop settings file and add the Conduyt MCP server to the mcpServers block:
“mcpServers”: {
“conduyt”: {
“command”: “npx”,
“args”: [“@conduyt/mcp-server”],
“env”: {
“CONDUYT_API_KEY”: “your-api-key-here”,
“CONDUYT_ACCOUNT_ID”: “your-account-id”
}
}
}
}
Restart Claude Desktop
Close and reopen Claude Desktop. You should see the Conduyt tools icon in your chat toolbar, confirming the connection is live.
Start talking to your CRM
Type a natural-language request like “Show me all open deals worth more than $10,000” and Claude will use the Conduyt MCP tools to pull the data in real time.
The entire setup takes under five minutes. No Docker containers, no local databases, no environment configuration beyond the JSON block above.
Example conversations
Here is what it looks like in practice. These are real interaction patterns using the Conduyt MCP server.
Discovery: $142,500 (8 deals)
Qualified: $318,000 (12 deals)
Proposal: $95,000 (4 deals)
Negotiation: $210,000 (3 deals)
Total Q3 pipeline: $765,500 across 27 open deals. The Negotiation stage has the highest average deal size at $70,000.
demo-request tag, and enrolled her in the “Inbound Welcome” workflow. She will receive the first email within 15 minutes based on the sequence timing.
Works with any MCP client
This tutorial uses Claude Desktop, but the Conduyt MCP server works with any client that supports the Model Context Protocol. The same config pattern applies to all of them:
If you are building your own AI agent or internal tool, the MCP server also works as a standalone TypeScript package. See the developer documentation for programmatic usage, scoped API keys, and action budgets.
Frequently asked questions
Try it yourself
Set up Claude Desktop with your CRM in under five minutes. No credit card required for the 20-day trial.