io.github.thesuitabs/sealedmail MCP Server
io.github.thesuitabs/sealedmail
What is the io.github.thesuitabs/sealedmail MCP server?
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
How to install io.github.thesuitabs/sealedmail
Copy-paste configuration for popular MCP clients.
SEALEDMAIL_PRIVATE_KEYYour Sui wallet private key (suiprivkey1... format from `sui keytool export`)
{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<YOUR_SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<YOUR_SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<YOUR_SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}{
"servers": {
"sealedmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<YOUR_SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}claude mcp add sealedmail --env SEALEDMAIL_PRIVATE_KEY=<YOUR_SEALEDMAIL_PRIVATE_KEY> -- npx -y sealedmail-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.