69
/ 100
11 days ago
mcp_so

MCP Scheduler

MCP Scheduler is a task automation server that lets you schedule shell commands, API calls, AI tasks, and desktop notifications using cron expressions. Built with Model Context Protocol for seamless integration with Claude Desktop and other AI assistants.

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: OPENAI_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.
configMCP_SCHEDULER_CONFIG_FILE
configMCP_SCHEDULER_ADDRESSServer address (default: localhost)
configMCP_SCHEDULER_PORTServer port (default: 8080)
configMCP_SCHEDULER_TRANSPORTTransport mode (default: stdio)
configMCP_SCHEDULER_LOG_LEVELLogging level (default: INFO)
configMCP_SCHEDULER_LOG_FILELog file path
configMCP_SCHEDULER_DB_PATHDatabase path (default: scheduler.db)
configMCP_SCHEDULER_AI_MODELOpenAI model for AI tasks (default: gpt-4o)
configMCP_SCHEDULER_NAMEServer name (default: mcp-scheduler)
configMCP_SCHEDULER_VERSIONServer version (default: 0.1.0)
configMCP_SCHEDULER_STRICT_JSON
configMCP_SCHEDULER_CHECK_INTERVALHow often to check for tasks (default: 5 seconds)
configMCP_SCHEDULER_EXECUTION_TIMEOUTTask execution timeout (default: 300 seconds)
🔐 secretOPENAI_API_KEYAPI key for OpenAI tasks
// 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 5 concrete improvements 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/phialsbasement-scheduler-mcp-jtnwbi)](https://m8ven.ai/mcp/phialsbasement-scheduler-mcp-jtnwbi)
commit: 5a2015a6cd9ebbef0feb1a382e762b2c5783a904
code hash: 6cca008aa4a15e4b0819a3caf97437d95a3625b92ef2d2061cd7f23dfdbf03b1
verified: 6/16/2026, 1:05:07 PM
view raw JSON →