scheduler-mcp
by PhialsBasement · Python · ★ 58
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.
Install
pip install git+https://github.com/PhialsBasement/scheduler-mcp.git Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"scheduler-mcp": {
"command": "uvx",
"args": [
"git+https://github.com/PhialsBasement/scheduler-mcp.git"
]
}
}
} From the README
Related productivity servers
mcp-atlassian
sooperset
MCP server for Atlassian tools (Confluence, Jira)
dagu
dagucloud
Local-first workflow engine with a Web UI for small teams. Define DAGs in a declarative YAML format. Self-contained and no DBMS required. Use any AI agent to manage your DAGs.
obsidian-local-rest-api
coddingtonbear
A secure REST API and Model Context Protocol (MCP) server for your vault.
mcp-shrimp-task-manager
cjo4m06
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.
contextplus
forloopcodes
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
zennotes
ZenNotes
Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.