Skip to main content
ClaudeWave

MCP server for cronjob.de — connect Claude, ChatGPT or Cursor to your web cron account and manage scheduled HTTP calls in plain language. Hosted remote endpoint, OAuth 2.1 with PKCE.

MCP ServersRegistry oficial0 estrellas0 forksCC0-1.0Actualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (CC0-1.0)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/joschaschultze/cronjob-de-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cronjob-de-mcp": {
      "command": "node",
      "args": ["/path/to/cronjob-de-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/joschaschultze/cronjob-de-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# cronjob.de MCP server

Remote MCP server for [cronjob.de](https://www.cronjob.de), a web cron service
running since 2003. Connect Claude, ChatGPT, Cursor or any MCP client to your
account and manage scheduled HTTP calls in plain language.

> This repository documents the public MCP endpoint. The service itself is not
> open source — there is no server code to install. You connect to the hosted
> endpoint below.

## Endpoint

```
https://www.cronjob.de/bridge
```

- **Transport:** Streamable HTTP
- **Authentication:** OAuth 2.1 with PKCE and dynamic client registration
- **Requires:** an account on the **Unlimited** plan, or the 14-day trial every
  new account starts with. Free and Plus do not include MCP access, not even
  read-only.

## Setup

1. Add `https://www.cronjob.de/bridge` as a custom connector in your client.
2. Your browser opens; sign in to cronjob.de and approve access.
3. Done. No token to copy, no config file.

Full instructions: <https://www.cronjob.de/ki-verbinden>

## What the service does

cronjob.de calls a URL you provide on a schedule you set, from once a year to
every minute. The script behind that URL runs on your own server — cronjob.de
never executes code of yours. It records the response, keeps a call log and
emails you when a call fails. It exists for websites on shared hosting with no
cron of their own, or with intervals that are too coarse.

## Tools

| Tool | Does | Annotation |
| --- | --- | --- |
| `list_jobs` | List your cronjobs | `readOnlyHint` |
| `get_job` | Show one cronjob in full | `readOnlyHint` |
| `list_job_history` | Read the call log | `readOnlyHint` |
| `list_folders` | List folders | `readOnlyHint` |
| `create_job` | Create a cronjob | write |
| `update_job` | Change a cronjob | write |
| `set_job_active` | Enable or disable | write |
| `move_job` | Move to another folder | write |
| `create_folder` | Create a folder | write |
| `delete_job` | Delete a cronjob | `destructiveHint` |

Every tool carries a `title` and the applicable `readOnlyHint` or
`destructiveHint`, so your client can answer read-only questions without
prompting and check before deleting. `delete_job` additionally requires naming
the job, so deletion cannot happen by accident.

Schedules can be given in plain language — "every second Tuesday at 6:45" —
crontab syntax is optional.

## Security

- OAuth 2.1 with PKCE. You approve access in your browser, in your own session;
  no password ever reaches the assistant.
- Access tokens last one hour. Refresh tokens last 30 days and rotate on every
  use; reusing one revokes the entire chain.
- Only hashes are stored. Reading the database would not let anyone sign in.
- Every call is written to an audit log in your account, so you can see what the
  assistant did and revoke access at any time.

## Privacy Policy

<https://www.cronjob.de/datenschutz>

All processing takes place in the EU, on servers in Nuremberg, Falkenstein and
Helsinki. The contracting party is a German company. A data processing agreement
under Article 28 GDPR is available for cronjobs that handle personal data.

## Support

<https://www.cronjob.de/kontakt>

---

**Deutsch:** Diese Anbindung verbindet Claude, ChatGPT oder Cursor mit Ihrem
Konto bei cronjob.de. Adresse eintragen, im Browser bestätigen, fertig — kein
Token, keine Konfigurationsdatei. Ausführlich beschrieben unter
<https://www.cronjob.de/ki-verbinden>. Voraussetzung ist der Tarif Unlimited
oder die 14-tägige Testphase.

## License

The documentation in this repository is released under
[CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) — copy it, quote
it, translate it, no permission needed.

The cronjob.de service itself is proprietary and is not covered by this.

Lo que la gente pregunta sobre cronjob-de-mcp

¿Qué es joschaschultze/cronjob-de-mcp?

+

joschaschultze/cronjob-de-mcp es mcp servers para el ecosistema de Claude AI. MCP server for cronjob.de — connect Claude, ChatGPT or Cursor to your web cron account and manage scheduled HTTP calls in plain language. Hosted remote endpoint, OAuth 2.1 with PKCE. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala cronjob-de-mcp?

+

Puedes instalar cronjob-de-mcp clonando el repositorio (https://github.com/joschaschultze/cronjob-de-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar joschaschultze/cronjob-de-mcp?

+

Nuestro agente de seguridad ha analizado joschaschultze/cronjob-de-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene joschaschultze/cronjob-de-mcp?

+

joschaschultze/cronjob-de-mcp es mantenido por joschaschultze. La última actividad registrada en GitHub es del 2026-09-10, con 0 issues abiertos.

¿Hay alternativas a cronjob-de-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega cronjob-de-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: joschaschultze/cronjob-de-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/joschaschultze-cronjob-de-mcp)](https://claudewave.com/repo/joschaschultze-cronjob-de-mcp)
<a href="https://claudewave.com/repo/joschaschultze-cronjob-de-mcp"><img src="https://claudewave.com/api/badge/joschaschultze-cronjob-de-mcp" alt="Featured on ClaudeWave: joschaschultze/cronjob-de-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a cronjob-de-mcp