AgentCron
Rank #57,737io.github.Noriget/agentcron
Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.
AgentCron is a Model Context Protocol (MCP) server published by noriget. It ranks #57,737 of 115,591 servers tracked on MCP Toplist. AgentCron is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 57,854 of 115,591 servers on MCP Toplist.
Use AgentCron
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agentcron https://cron.mgm-llc.org/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agentcron]
url = "https://cron.mgm-llc.org/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://cron.mgm-llc.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcron": {
"url": "https://cron.mgm-llc.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agentcron": {
"type": "http",
"url": "https://cron.mgm-llc.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcron": {
"serverUrl": "https://cron.mgm-llc.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcron": {
"url": "https://cron.mgm-llc.org/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Noriget%2Fagentcron)<a href="https://mcptoplist.com/server/io.github.Noriget%2Fagentcron"><img src="https://mcptoplist.com/badge/io.github.Noriget%2Fagentcron.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
noriget
Other servers by noriget
View all noriget servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains AgentCron?
- AgentCron is maintained by noriget, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentCron listed on the Official MCP Registry?
- Yes — AgentCron is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does AgentCron have?
- MCP Toplist tracks 1 version of AgentCron, most recently published on Jun 10, 2026.
- Where can I find the source code for AgentCron?
- The source code for AgentCron is hosted at github.com/noriget/agentcron.