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.NtrpyDev/proton-workflow-connector · v1.3.0
Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.
proton-workflow-connector 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"proton-workflow-connector": {
"command": "uvx",
"args": [
"proton-workflow-connector"
],
"env": {
"PROTON_BRIDGE_USERNAME": "<PROTON_BRIDGE_USERNAME>",
"PROTON_BRIDGE_PASSWORD": "<PROTON_BRIDGE_PASSWORD>",
"PROTON_BRIDGE_EMAIL": "<PROTON_BRIDGE_EMAIL>"
}
}
}
}PROTON_BRIDGE_USERNAME必填Bridge IMAP/SMTP username (from the Bridge app)
PROTON_BRIDGE_PASSWORD必填secretBridge-generated password (never your Proton account password)
PROTON_BRIDGE_EMAIL必填Primary Proton address served by Bridge
SIMPLELOGIN_API_KEY可选secretSimpleLogin API key; omit to disable alias tools
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.NtrpyDev/proton-workflow-connector",
"type": "mcp-server",
"version": "1.3.0",
"displayName": "proton-workflow-connector",
"description": "Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.",
"repository": {
"url": "https://github.com/NtrpyDev/proton-workflow-connector",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "proton-workflow-connector",
"version": "1.3.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "PROTON_BRIDGE_USERNAME",
"description": "Bridge IMAP/SMTP username (from the Bridge app)",
"isRequired": true
},
{
"name": "PROTON_BRIDGE_PASSWORD",
"description": "Bridge-generated password (never your Proton account password)",
"isRequired": true,
"isSecret": true
},
{
"name": "PROTON_BRIDGE_EMAIL",
"description": "Primary Proton address served by Bridge",
"isRequired": true
},
{
"name": "SIMPLELOGIN_API_KEY",
"description": "SimpleLogin API key; omit to disable alias tools",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.NtrpyDev/proton-workflow-connector",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.NtrpyDev%2Fproton-workflow-connector/versions/latest",
"isOfficial": true,
"status": "active"
}
}