Local MCP server for Whenful — encrypted task access via Claude Desktop and other MCP clients.
Project description
whenful-mcp
Local Model Context Protocol (MCP) server for Whenful. Connects Claude Desktop, Codex, and other MCP-compatible AI clients to your Whenful tasks — including for accounts with end-to-end encryption enabled.
Why this exists
Whenful's cloud MCP at whenful.com/mcp works for accounts without
encryption. For encrypted accounts, the server has no key by architectural
design — so cloud MCP can't decrypt. whenful-mcp runs locally, holds the
encryption key in memory after passphrase unlock, decrypts client-side, and
serves plaintext to your MCP client. The privacy promise stays intact and
MCP keeps working.
Install
pip install whenful-mcp # persistent install
uvx whenful-mcp # one-shot ephemeral install
Requires Python 3.11+.
Setup
whenful-mcp setup
Walks through OAuth 2.1 authentication (opens your browser) and passphrase setup. Passphrase-derived key storage options, in order of preference:
- 1Password CLI (
op) — biometric-gated retrieval - OS Keychain (macOS / Linux Secret Service) — Touch ID / desktop-unlock gated
- Plaintext file — opt-in only via
--insecure-key-storage
The setup flow writes:
~/.whenful/tokens.json— OAuth access + refresh tokens (mode 0600)- A key entry in your chosen keystore — never the passphrase itself
Run
whenful-mcp # default — runs the stdio server
whenful-mcp serve # explicit equivalent
The server speaks the MCP stdio transport (line-delimited JSON-RPC on stdin/stdout). It's intended to be launched by an MCP client, not by hand.
Add to Claude Desktop
Edit your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS) and add:
{
"mcpServers": {
"whenful": {
"command": "whenful-mcp"
}
}
}
Restart Claude Desktop. The Whenful tools (list_tasks, create_task,
complete_task, recurring-instance management, analytics, and more) appear
in the tool picker.
Sub-commands
| Command | What it does |
|---|---|
whenful-mcp setup |
Interactive OAuth + passphrase setup |
whenful-mcp serve |
Run the stdio MCP server |
whenful-mcp |
Alias for serve |
whenful-mcp --version |
Show the installed version |
whenful-mcp --help |
Top-level usage |
whenful-mcp setup --help |
Setup-specific usage |
whenful-mcp serve --help |
Server-specific usage |
Each sub-command supports --insecure-key-storage to allow the
plaintext-file keystore fallback. Use it only on disposable VMs or if you
know what you're doing — the keystore stores your AES-256 encryption key.
Privacy posture
- Zero telemetry. No usage tracking. No crash reports. No analytics.
- Local encryption key. Your passphrase derives the encryption key on your machine via PBKDF2-SHA256. The key never leaves your machine.
- Client-side decryption. Encrypted task content (title, description, domain name) decrypts on your machine, after the encrypted bytes arrive from the Whenful REST API over HTTPS.
- Open-source server (this package). The cloud REST API your client talks to is closed-source.
Source + docs
- Source: https://github.com/aleksandr-bogdanov/whenful
- Issues: https://github.com/aleksandr-bogdanov/whenful/issues
- MCP documentation: https://whenful.com/docs/mcp
License
Proprietary. See LICENSE in the source repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whenful_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: whenful_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 106.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a21fd036ceb1be8431c6a0cabd788ee9c48329726e1957cd2e69996ed5f24575
|
|
| MD5 |
7f17cc6532b3751aba9cf6228f9379a0
|
|
| BLAKE2b-256 |
307496e0a6946c777f53fce6b71103f832aa0400f36d87fd1edb476577310c0f
|