Your Notion workspace, but it thinks back.
NotionMind is a free, voice-enabled AI agent that uses your Notion workspace as its long-term memory. Save notes by speaking, ask questions about your past work, search by meaning not keywords, trace connections across your knowledge graph, and view a stunning terminal analytics dashboard โ all at zero cost.
$ python3 notionmind.py
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ NotionMind โ Your Notion-powered AI memory โ
โ You have 26 note(s) in your brain. โ
โ ๐ Voice: online โ Jenny neural voice โ
โ Type help to see all commands. โ
โ ๐ก Use exact commands for faster, accurate results. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
>: I researched about AI models today
Routing...
โ routed to: save
โ Saved! Title: Researched on AI
Related notes in your brain:
โ New AI models (2026-03-24)
โ Free AI models (2026-03-22)
- Daily standup prep โ ask "what did I work on this week?" and get an instant summary
- Bug log โ save bug fixes as you go, search them months later by meaning
- Inbox research โ add topics to Notion inbox, run executor, wake up to a full summary
- Study notes โ save lecture notes by speaking, ask questions during revision
- Exam prep โ ask "summarise everything I learned about machine learning"
- Todo list โ track assignments by priority and due date
- Work log โ track hours and tasks per client
- Invoice prep โ search notes by client name to compile billable work
- Automated research โ add topics to inbox, executor searches web and writes summaries
- Knowledge graph โ AI traces connections across all your notes
- Fitness tracking โ log workouts by voice, ask for monthly reflections
- Daily journal โ speak your day, ask for monthly insights
| Feature | Description |
|---|---|
| ๐พ Smart Save | AI auto-generates title, tags, and date from plain text |
| ๐ง Ask | AI searches your Notion notes and answers questions |
| ๐ค Natural Language Input | Groq routes plain English to the right command automatically |
| ๐ List | View all notes in a clean table |
| ๐ Search | Filter notes by keyword |
| ๐ Stats | Streak counter, note count, top tags |
| ๐ฅ Inbox | Add research tasks from CLI |
| โก Executor | Auto-researches tasks via web search, writes results to Notion |
| ๐ Results | View completed task results in terminal |
| ๐ค Voice Input | Speak instead of type using Google Speech Recognition |
| ๐ Voice Output | Neural TTS โ Jenny (Edge TTS) online, espeak offline |
| ๐๏ธ Delete | Remove notes with confirmation |
| ๐ค MCP Agent | Natural language โ Notion tool calls |
| โฐ Scheduler | Set daily cron jobs to auto-run executor |
| ๐ Today | Show only today's notes at a glance |
| ๐ค Export | Export notes to markdown โ filter by date, tag, range, or specific note |
| ๐ Read | Read full page content of any note |
| ๐ Multi-language | Voice in English, Hindi, Spanish, French, Tamil, Malayalam |
| ๐ฑ Telegram Bot | Full control from your phone โ all commands supported |
| โฐ Reminders | Set reminders with date, time, voice + Telegram notifications |
| ๐ผ๏ธ Image Notes | Save screenshots to Notion โ file path or clipboard |
| ๐ Weekly Report | Auto-generated weekly summary saved to Notion + Telegram |
| ๐ค AI Organiser | Auto-tag, find duplicates, merge notes, auto-categorise |
| ๐ Two-way Sync | Pull, edit locally, push back to Notion with watch mode |
| ๐ฆ Knowledge Base | Save code snippets, terminal commands, bookmarks |
| ๐ง Knowledge Graph | AI-powered note connections โ view, relate, find paths |
| ๐ Semantic Search | Search by meaning using fastembed โ finds "Kerala cricketer" even if keywords differ |
| ๐ก Think | Multi-hop reasoning โ traces connections across notes + graph |
| ๐ Recall | How your understanding of a topic evolved over time |
| ๐ฌ Suggest | Auto-suggests related notes every time you save |
| ๐ Dashboard | Terminal analytics โ heatmap, growth chart, topic velocity, reminders, todos |
| ๐ฎ Insights | AI-powered personal insights โ peak productivity, knowledge gaps, fading topics |
| โ Todo List | Priority todos stored in Notion โ due dates, complete, delete |
| Component | Tool | Cost |
|---|---|---|
| AI Brain | Groq โ Llama 3.3 70B + Llama 3.1 8B | Free tier |
| Workspace | Notion API | Free |
| Semantic Search | fastembed (BAAI/bge-small-en-v1.5) | Free โ runs locally |
| Web Search | DuckDuckGo (ddgs) | Free |
| Voice Input | Google Speech Recognition | Free |
| Voice Output (online) | Microsoft Edge TTS โ Jenny Neural | Free |
| Voice Output (offline) | espeak + MBROLA | Free |
| Telegram Bot | python-telegram-bot | Free |
| Language | Python 3.10+ | Free |
Total monthly cost: $0
- Python 3.10+
- A free Notion account
- A free Groq account
git clone https://github.com/Jeffrin-dev/NotionMind.git
cd NotionMindpython3 -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows (WSL2)pip install notion-client==2.2.1 groq python-dotenv rich \
httpx mcp httpx-sse ddgs SpeechRecognition \
pyaudio edge-tts pygame schedule \
python-telegram-bot Pillow fastembed numpysudo apt install portaudio19-dev espeak mbrola mbrola-en1 mpg123 xclip -yNotion API key:
- Go to notion.so/my-integrations โ New integration โ copy the secret
Notion Database ID:
- Create a Notion database with columns:
Name,Date,Tags,Summary - Connect your integration to it
- Copy the ID from the URL
Groq API key:
- Go to console.groq.com โ API Keys โ Create (free)
cp .env.example .envEdit .env:
NOTION_API_KEY=secret_your_key_here
NOTION_DATABASE_ID=your_database_id_here
GROQ_API_KEY=gsk_your_key_here
TELEGRAM_BOT_TOKEN=your_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
# Interactive CLI โ daily notes + questions
python3 notionmind.py
# MCP Agent โ natural language Notion queries
python3 agent.py
# Task Executor โ processes inbox, searches web, writes to Notion
python3 executor.py
# Scheduler (cron + manual trigger)
python3 scheduler.py
# Reminder daemon
python3 reminders.py
# Telegram Bot
python3 telegram_bot.py# Morning โ check what's on
python3 notionmind.py
>: dashboard # heatmap, growth, todos, reminders at a glance
>: insights # AI surfaces what matters today
# During the day โ just type naturally
>: i fixed the JWT expiry bug in the auth module
>: who is Linus Torvalds # routes to ask automatically
>: Biggest open-source project # semantic search finds Linux
# Add research tasks
>: inbox
# Evening โ let the agent do the research
python3 executor.pynotionmind/
โโโ notionmind.py # Main CLI with natural language routing
โโโ agent.py # MCP-powered natural language agent
โโโ executor.py # Autonomous task executor + weekly report
โโโ mcp_client.py # Notion MCP tool definitions and dispatcher
โโโ search.py # Free DuckDuckGo web search
โโโ voice.py # Voice input/output + multi-language
โโโ scheduler.py # Cron + Python scheduler
โโโ organiser.py # AI auto-organiser
โโโ sync.py # Two-way sync
โโโ knowledge.py # Knowledge base
โโโ brain.py # Knowledge graph + semantic search + think + recall
โโโ analytics.py # Terminal dashboard + AI insights
โโโ todos.py # Todo list stored in Notion
โโโ reminders.py # Reminders with voice + Telegram
โโโ image.py # Image notes via Notion File Upload API
โโโ telegram_bot.py # Full-featured Telegram bot
โโโ .env.example # API key template
โโโ .gitignore
โโโ README.md
โโโ LICENSE # MIT
โโโ CONTRIBUTING.md
โโโ CHANGELOG.md
See CONTRIBUTING.md
See CHANGELOG.md
MIT โ see LICENSE
Built for the Notion MCP Challenge ยท March 2026 ยท by @Jeffrin-dev