MCP Server
io.github.kiki830621/che-apple-mail-mcp MCP Server
io.github.kiki830621/che-apple-mail-mcp
What is the io.github.kiki830621/che-apple-mail-mcp MCP server?
Apple Mail MCP — 44 tools, SQLite millisecond search, .emlx parser, batch ops
How to install io.github.kiki830621/che-apple-mail-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"che-apple-mail-mcp": {
"command": "https://github.com/kiki830621/che-apple-mail-mcp/releases/download/v2.0.1/CheAppleMailMCP",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"che-apple-mail-mcp": {
"command": "https://github.com/kiki830621/che-apple-mail-mcp/releases/download/v2.0.1/CheAppleMailMCP",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"che-apple-mail-mcp": {
"command": "https://github.com/kiki830621/che-apple-mail-mcp/releases/download/v2.0.1/CheAppleMailMCP",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"che-apple-mail-mcp": {
"type": "stdio",
"command": "https://github.com/kiki830621/che-apple-mail-mcp/releases/download/v2.0.1/CheAppleMailMCP",
"args": []
}
}
}Claude Code
claude mcp add che-apple-mail-mcp -- https://github.com/kiki830621/che-apple-mail-mcp/releases/download/v2.0.1/CheAppleMailMCPRelated MCP servers
macOS Calendar & Reminders MCP server (24 tools). Native Swift EventKit, iCloud/Google/Exchange.
View repository →