73
/ 100
1 month ago
glama

Meeting Scheduler MCP

Enables natural language meeting scheduling by searching IMAP emails for meeting requests, finding available calendar slots from YAML configuration, and creating email drafts with proper threading to maintain personal conversation context.

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
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: IMAP_PASSWORD
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.
configIMAP_HOSTimap.example.com # IMAP server hostname
configIMAP_USERyour@email.com # IMAP username/email
🔐 secretIMAP_PASSWORDsecure_password # IMAP password
configIMAP_PORT993 # IMAP port
configIMAP_USE_SSLtrue # Use SSL/TLS
configIMAP_USE_STARTTLSfalse # Use STARTTLS
configIMAP_VERIFY_SSLtrue # Verify SSL certificates
configIMAP_DRAFT_FOLDER
configIMAP_FROMyour@email.com # From address for sent emails
// 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/seb-schulz-meeting-scheduler-mcp-w8axt8)](https://m8ven.ai/mcp/seb-schulz-meeting-scheduler-mcp-w8axt8)
commit: b37541d43cae87e865f73dcb981859d9dea3f020
code hash: fcba39e21ec3b2738fb8d012a92feb06f7d839fda7fd4528646935c2c8a77d81
verified: 6/24/2026, 10:33:36 AM
view raw JSON →