AI-native CRM that runs in your IDE. No SaaS, no dashboards β just talk to your sales data.
Traditional CRMs are built for managers who want dashboards. Cursor CRM is built for founders who want to close deals.
| Traditional CRM | Cursor CRM |
|---|---|
| Click through 10 screens to log a call | Say "log call with John, he's interested" |
| Export to CSV to analyze | Ask "which hooks work best for Series A?" |
| Pay $50-500/month | Free, runs locally |
| Data locked in vendor | Your data, your files |
| Learn complex UI | Just talk to AI |
- Companies β track leads, status, signals
- People β contacts, roles, personalization hooks
- Activities β every touchpoint logged
- Learnings β what messages work, what doesn't
You: "Show hot leads that haven't been contacted"
Cursor: [shows filtered list from CRM]
You: "Draft a message for John based on his recent LinkedIn post"
Cursor: [researches, writes personalized outreach]
You: "Log that I sent it and set follow-up for next week"
Cursor: [updates CRM, sets reminder]
- Telegram β read/send messages via API
- Gmail β search emails, see client history
- WhatsApp β read chats and groups
- Remote Control β run Cursor from your phone
git clone https://github.com/anthroos/cursor-crm.git
cd cursor-crmcursor .Edit .cursorrules β replace placeholders:
Company: [YOUR_COMPANY_NAME]
Product: [YOUR_PRODUCT_DESCRIPTION]
Target: [YOUR_ICP]
Ask Cursor:
- "Add company Acme Inc to CRM, they just raised Series A"
- "Find the CEO on LinkedIn and add as contact"
- "Show me all hot leads"
cursor-crm/
βββ .cursorrules β AI rules (schema, skills, validation)
βββ sales/
β βββ crm/
β β βββ crm_companies_master.csv β All companies
β β βββ crm_people_master.csv β All contacts
β β βββ crm_outreach_activities.csv β Activity log
β β βββ crm_sources.csv β Source tracking
β βββ leads/
β β βββ leads_companies_raw.csv β Raw intake
β β βββ leads_people_raw.csv β Raw intake
β βββ learnings/
β β βββ learnings.csv β What works
β βββ outreach/
β βββ OUTREACH_PROMPT.md β Message templates
βββ integrations/ β Setup guides
β βββ telegram_api.md
β βββ telegram_remote.md
β βββ gmail.md
β βββ whatsapp.md
βββ docs/
β βββ SCHEMA.md β Field definitions
β βββ WORKFLOW.md β Daily workflow
βββ scripts/
βββ validate_csv.py β Data validation
Sources β leads_*_raw.csv β crm_*_master.csv
(staging) (validated)
Raw data goes to leads/ first. After validation & dedup, it merges to crm/ master tables.
Status = Where they are in funnel:
newβresearchedβcontactedβrespondedβmeetingβwon/lost
Priority = How hot:
hot/medium/low
- Log outreach with hooks and results
- Script calculates what works
- AI prioritizes best-performing approaches
Connect your communication channels so Cursor can see everything:
| Integration | What it does | Guide |
|---|---|---|
| Telegram API | Read/send messages, manage groups | Setup |
| Telegram Remote | Control Cursor from your phone | Setup |
| Gmail | Search emails, read threads | Setup |
| Read chats via Baileys | Setup |
"Show hot leads ready for outreach"
"Find companies that raised funding this month"
"Who haven't I contacted in 2 weeks?"
"Research John Smith at Acme β check LinkedIn, recent posts"
"What's the conversation history with Acme?"
"Find news about Acme's recent funding"
"Draft a message for John based on his AI infrastructure post"
"Write a follow-up β he didn't respond to my first message"
"Log that I contacted John via LinkedIn"
"What's my response rate this month?"
"Which hooks work best for Series A companies?"
"Show learnings report"
- Cursor IDE (free or pro)
- Python 3.10+
- pandas (
pip install pandas)
For integrations:
- Telegram:
pip install telethon - Gmail:
pip install google-auth google-api-python-client - WhatsApp: Node.js + Baileys
- Your data stays yours β CSV files, version controlled, no vendor lock-in
- AI does the work β research, draft, log, analyze
- Simple beats complex β if you need Salesforce, this isn't for you
- Learn what works β built-in feedback loop on outreach effectiveness
β
Solo founders doing outreach
β
Small teams (1-5 people) without dedicated sales ops
β
Developers who live in their IDE
β
Anyone tired of bloated CRM software
β Enterprise teams needing complex workflows
β People who want pretty dashboards
β Teams requiring strict compliance/audit trails
PRs welcome! Areas that need help:
- More integrations (Twitter/X, LinkedIn API)
- Better learning algorithms
- UI for non-technical users
MIT β use freely, adapt to your business.
Built by @anthroos while doing sales for WeLabelData.
Inspired by the "tools for thought" movement and frustration with traditional CRMs.