73
/ 100
15 days ago
glama

notion-autopilot

Turns Notion task databases into an intelligent task management system with automated daily standups, overdue alerts, session summaries, and bulk task operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
6 tools verified — handlers match their declared behaviour
3 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: NOTION_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretNOTION_API_KEYexport ="ntn_your_key_here"
configNOTION_DATABASE_IDexport ="your_database_id"
configNOTION_SUMMARIES_PAGE_IDexport ="page_id_for_summaries" # optional
configNOTION_PROP_TITLE"Name" # or "Task", "Title", "Aufgabe"
configNOTION_PROP_STATUS"Status" # any status property
configNOTION_PROP_PRIORITY"Priority" # or "Priorität", "Urgency"
configNOTION_PROP_DUE_DATE"Due Date" # or "Deadline", "Fällig am"
configNOTION_PROP_TAGS"Tags" # multi-select property
configNOTION_PROP_PROJECT"Project" # or "Projekt", "Category"
configNOTION_PROP_ASSIGNEE
configNOTION_STATUS_TODO"To Do" # or "Offen", "Open"
configNOTION_STATUS_IN_PROGRESS"In Progress" # or "In Arbeit", "Doing"
configNOTION_STATUS_DONE"Done" # or "Erledigt", "Completed"
configNOTION_STATUS_BLOCKED"Blocked" # or "Blockiert", "Waiting"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/limitless-cloud-notion-autopilot-mcp-hmxol5)](https://m8ven.ai/mcp/limitless-cloud-notion-autopilot-mcp-hmxol5)
commit: 4ce76cc9cc4d0077dd468f28ffa0876d22bcb11b
code hash: 460bdfe2e008302dd471f0d1ea0bc51c2991938d633008ef629d6aef1379c9ca
verified: 6/22/2026, 1:21:31 PM
view raw JSON →