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.eodozzy/icloud-mcp · v0.1.1
Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).
icloud-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"icloud-mcp": {
"command": "uvx",
"args": [
"icloud-mcp"
],
"env": {
"ICLOUD_USERNAME": "<ICLOUD_USERNAME>"
}
}
}
}ICLOUD_USERNAME必填Your Apple ID email (the IMAP/CalDAV username).
ICLOUD_KEYRING_SERVICE可选OS-keyring service name to read the app-specific password from. Default: icloud-mcp. Set to reuse an existing entry.
ICLOUD_APP_PASSWORD可选secretApp-specific password. Fallback only; preferred storage is the OS keyring. Used only when no keyring entry is found.
ICLOUD_ENABLE_WRITES可选Enable mutating tools (send/reply/forward mail, create/update/delete event & contact). Off by default; each write still requires interactive confirmation. Accepts 1/true/yes/on.
ICLOUD_IMAP_HOST可选IMAP host override. Default: imap.mail.me.com
ICLOUD_IMAP_PORT可选IMAP port override. Default: 993
ICLOUD_SMTP_HOST可选SMTP host override (used only by write/send tools). Default: smtp.mail.me.com
ICLOUD_SMTP_PORT可选SMTP port override. Default: 587
ICLOUD_CALDAV_URL可选CalDAV base URL override. Default: https://caldav.icloud.com/
ICLOUD_CARDDAV_URL可选CardDAV base URL override. Default: https://contacts.icloud.com/
ICLOUD_TZ可选IANA timezone for rendering/scoping events. Default: system local time.
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.eodozzy/icloud-mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "icloud-mcp",
"description": "Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).",
"repository": {
"url": "https://github.com/eodozzy/icloud-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "icloud-mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "ICLOUD_USERNAME",
"description": "Your Apple ID email (the IMAP/CalDAV username).",
"isRequired": true
},
{
"name": "ICLOUD_KEYRING_SERVICE",
"description": "OS-keyring service name to read the app-specific password from. Default: icloud-mcp. Set to reuse an existing entry."
},
{
"name": "ICLOUD_APP_PASSWORD",
"description": "App-specific password. Fallback only; preferred storage is the OS keyring. Used only when no keyring entry is found.",
"isSecret": true
},
{
"name": "ICLOUD_ENABLE_WRITES",
"description": "Enable mutating tools (send/reply/forward mail, create/update/delete event & contact). Off by default; each write still requires interactive confirmation. Accepts 1/true/yes/on."
},
{
"name": "ICLOUD_IMAP_HOST",
"description": "IMAP host override. Default: imap.mail.me.com"
},
{
"name": "ICLOUD_IMAP_PORT",
"description": "IMAP port override. Default: 993"
},
{
"name": "ICLOUD_SMTP_HOST",
"description": "SMTP host override (used only by write/send tools). Default: smtp.mail.me.com"
},
{
"name": "ICLOUD_SMTP_PORT",
"description": "SMTP port override. Default: 587"
},
{
"name": "ICLOUD_CALDAV_URL",
"description": "CalDAV base URL override. Default: https://caldav.icloud.com/"
},
{
"name": "ICLOUD_CARDDAV_URL",
"description": "CardDAV base URL override. Default: https://contacts.icloud.com/"
},
{
"name": "ICLOUD_TZ",
"description": "IANA timezone for rendering/scoping events. Default: system local time."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.eodozzy/icloud-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.eodozzy%2Ficloud-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}