mcpbeat Sign in

Sealedmail MCP Server

by thesuitabs Your server? Claim it
local only

Sealedmail runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 25 Mar 2026.

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

Installs per day peak 9 · avg 3 · +28% w/w
a month agotoday
41
Installs / week
npm · sealedmail-mcp
0
Stars
0 open issues
25 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sealedmail every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sealedmail -- npx -y sealedmail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sealedmail": {
      "args": [
        "-y",
        "sealedmail-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sealedmail]
command = "npx"
args = ["-y", "sealedmail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sealedmail": {
      "args": [
        "-y",
        "sealedmail-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sealedmail": {
      "args": [
        "-y",
        "sealedmail-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEALEDMAIL_PRIVATE_KEY (Your Sui wallet private key (suiprivkey1... format from `sui keytool export`)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sealedmail

same job, measured the same way
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
WhatsApp Web MCP Server
by mario-andreschak

WhatsApp MCP via web.js or browserless Baileys: messages, media, chats, groups and contacts

56 installs/wk local only
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
GhostQA
by synctekllc

AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.

1 installs/wk local only
Readdown MCP
by zcag

Convert web pages to clean, LLM-optimized Markdown. No browser needed.

local only
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

537 installs/wk local only
I
x402-snap
by zadengg

Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC.

3 tools answering

Sealedmail — questions

Answers built from our own checks of this server.

Why is there no uptime for Sealedmail?
Sealedmail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sealedmail-mcp was installed 41 times last week.
How do I connect Sealedmail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sealedmail-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sealedmail?
The npm package sealedmail-mcp was installed 41 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sealedmail open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.