Privacy-first email MCP server and Claude Code plugin wrapping himalaya CLI
npx claudepluginhub data-wise/himalaya-mcpPrivacy-first email access for Claude via himalaya CLI — 21 tools, 6 prompts, 3 resources, 12 skills, 2 hooks
Share bugs, ideas, or general feedback.
Privacy-first email for Claude -- MCP server and Claude Code plugin (email) wrapping the himalaya CLI.
/email:inbox, /email:triage, /email:digest, /email:reply, /email:compose, /email:attachments, /email:search, /email:manage, /email:stats, /email:config, /email:help, /email:morning--accountexecFile (no shell injection)send_email returns preview first, requires explicit confirm=trueHIMALAYA_BINARY, HIMALAYA_ACCOUNT, HIMALAYA_FOLDER, HIMALAYA_TIMEOUTbrew tap data-wise/tap
brew install himalaya-mcp
Installs himalaya CLI + Node.js as dependencies, auto-symlinks plugin to ~/.claude/plugins/.
himalaya-mcp doctor # Verify installation
Prerequisites: Node.js 22+ and himalaya CLI must be installed separately (brew install node himalaya).
claude plugin marketplace add Data-Wise/himalaya-mcp
claude plugin install email
himalaya-mcp doctor # Verify installation
Download himalaya-mcp-v{version}.mcpb from GitHub Releases and open it in Claude Desktop. Requires brew install himalaya separately -- the .mcpb does not bundle the himalaya CLI.
himalaya-mcp setup
npm install
npm run build
ln -s ~/projects/dev-tools/himalaya-mcp ~/.claude/plugins/himalaya-mcp
himalaya-mcp doctor # Verify installation
~/.config/himalaya/config.tomlnpm test # 414 tests across 18 test files (vitest)
| Category | Tests | Coverage |
|---|---|---|
| Unit (parser, client, config, clipboard) | 38 | Core parsing, config, template variable guards |
| Integration (tools, prompts) | 85 | All 21 tools + 6 prompts |
| v1.5.0 features | 79 | Threads (30), morning/inbox prompts (13), E2E integration (36) |
| Dogfooding | 142 | Realistic Claude usage + .mcpb packaging validation |
| E2E | 34 | Full MCP server pipeline + .mcpb build pipeline |
| Setup CLI | 36 | Setup, install/upgrade E2E, doctor command, plugin structure |
Full documentation at data-wise.github.io/himalaya-mcp
MIT