crm (MCP Server)

GitHub

Comp AI CRM is an open source, CRM designed for AI agents. Agentic-first CRM.

8,454 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "crm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crm"
      ]
    }
  }
}