brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.sethbang/proton-mail-mcp · v1.0.2
Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP
Proton Mail (unofficial) 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"proton-mail-mcp"
],
"env": {
"PROTONMAIL_USERNAME": "<PROTONMAIL_USERNAME>",
"PROTONMAIL_PASSWORD": "<PROTONMAIL_PASSWORD>"
}
}
}
}PROTONMAIL_USERNAME必填Your Proton Mail email address
PROTONMAIL_PASSWORD必填secretYour Proton Mail SMTP password (not your login password; generate one in Proton settings)
PROTONMAIL_HOST可选SMTP host
PROTONMAIL_PORT可选SMTP port
PROTONMAIL_SECURE可选Use TLS for SMTP (true for port 465)
IMAP_HOST可选Proton Mail Bridge IMAP host (required for read/search tools)
IMAP_PORT可选Proton Mail Bridge IMAP port
IMAP_SECURE可选Use TLS for IMAP
IMAP_USERNAME可选Proton Mail Bridge username (falls back to PROTONMAIL_USERNAME)
IMAP_PASSWORD可选secretProton Mail Bridge password (falls back to PROTONMAIL_PASSWORD)
READONLY可选Disable all mutating tools (send, move, delete, flags, labels, bulk ops, folder/label management)
RESTRICT_OUTBOUND_TO_SELF可选Refuse live sends to any recipient other than PROTONMAIL_USERNAME (for throwaway/QA accounts)
ALLOW_FILE_DOWNLOAD_DIR可选Allowlist directory enabling download_attachment.saveTo; when unset, attachments return as inline base64
ALLOW_EMPTY_FOLDER可选Register the empty_folder tool (not recommended)
DEBUG可选Enable verbose logging to stderr
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.sethbang/proton-mail-mcp",
"type": "mcp-server",
"version": "1.0.2",
"displayName": "Proton Mail (unofficial)",
"description": "Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP",
"repository": {
"url": "https://github.com/sethbang/proton-mail-mcp",
"source": "github"
},
"homepage": "https://sethbang.github.io/proton-mail-mcp/",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "proton-mail-mcp",
"version": "1.0.2",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "PROTONMAIL_USERNAME",
"description": "Your Proton Mail email address",
"isRequired": true
},
{
"name": "PROTONMAIL_PASSWORD",
"description": "Your Proton Mail SMTP password (not your login password; generate one in Proton settings)",
"isRequired": true,
"isSecret": true
},
{
"name": "PROTONMAIL_HOST",
"description": "SMTP host"
},
{
"name": "PROTONMAIL_PORT",
"description": "SMTP port"
},
{
"name": "PROTONMAIL_SECURE",
"description": "Use TLS for SMTP (true for port 465)"
},
{
"name": "IMAP_HOST",
"description": "Proton Mail Bridge IMAP host (required for read/search tools)"
},
{
"name": "IMAP_PORT",
"description": "Proton Mail Bridge IMAP port"
},
{
"name": "IMAP_SECURE",
"description": "Use TLS for IMAP"
},
{
"name": "IMAP_USERNAME",
"description": "Proton Mail Bridge username (falls back to PROTONMAIL_USERNAME)"
},
{
"name": "IMAP_PASSWORD",
"description": "Proton Mail Bridge password (falls back to PROTONMAIL_PASSWORD)",
"isSecret": true
},
{
"name": "READONLY",
"description": "Disable all mutating tools (send, move, delete, flags, labels, bulk ops, folder/label management)"
},
{
"name": "RESTRICT_OUTBOUND_TO_SELF",
"description": "Refuse live sends to any recipient other than PROTONMAIL_USERNAME (for throwaway/QA accounts)"
},
{
"name": "ALLOW_FILE_DOWNLOAD_DIR",
"description": "Allowlist directory enabling download_attachment.saveTo; when unset, attachments return as inline base64"
},
{
"name": "ALLOW_EMPTY_FOLDER",
"description": "Register the empty_folder tool (not recommended)"
},
{
"name": "DEBUG",
"description": "Enable verbose logging to stderr"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.sethbang/proton-mail-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sethbang%2Fproton-mail-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}