AI-native CRM with chat AI (Grok), MCP server for Claude Code, Firebase Auth, Cloudflare R2, xAI STT for transcripts
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"
]
}
}
}
Run in terminal:
claude mcp add ai-crm npx -y m-moschetta/ai-crm
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-crm": {
"command": "npx",
"args": [
"-y",
"m-moschetta/ai-crm"
]
}
}
}