Comp AI CRM is an open source, CRM designed for AI agents. Agentic-first CRM.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"crm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-crm"
]
}
}
}