MCP Server
io.github.honeycrisp-suite/mail MCP Server
io.github.honeycrisp-suite/mail
What is the io.github.honeycrisp-suite/mail MCP server?
Apple Mail over MCP: fenced reads, draft-only writing, human-gated actions, audited with undo.
How to install io.github.honeycrisp-suite/mail
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": {
"mail": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/mail"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/mail"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/mail"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@honeycrisp/mail"
]
}
}
}Claude Code
claude mcp add mail -- npx -y @honeycrisp/mailRelated MCP servers
Local-first personal context over MCP: mail/calendar metadata, briefings, person lookups. No cloud.
View repository →