ai-crm

m-moschetta/ai-crm
★ 0 stars TypeScript 🤖 AI/LLM Updated today
AI-native CRM with chat AI (Grok), MCP server for Claude Code, Firebase Auth, Cloudflare R2, xAI STT for transcripts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-crm": {
      "command": "npx",
      "args": [
        "-y",
        "m-moschetta/ai-crm"
      ]
    }
  }
}