Skip to content
Cursor

cron mcp for Cursor

io.github.shreyas-profile/cron-mcp

Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.

client:Cursor transport:streamable-http

Install cron mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cron-mcp": {
      "url": "https://cron.regiq.in/api/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cron mcp in other clients