everything vs apple-mail-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | apple-mail-mcp by patrickfreyer | |
|---|---|---|
| Stars | ★ 85,748 | ★ 119 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | CommunicationProductivityAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
apple-mail-mcp · Summary
A comprehensive MCP server providing full access to Apple Mail with 22 tools for reading, searching, composing, organizing, and analyzing emails.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
apple-mail-mcp · Use cases
- Automating email organization tasks like moving invoices to specific folders
- Composing and sending emails through AI assistants with natural language commands
- Analyzing email patterns and statistics to improve email management efficiency
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingapple-mail-mcp · Install
Quick Install
**Prerequisites:** macOS with Apple Mail configured, Python 3.10+
**Claude Code Plugin (Recommended):**
claude plugin marketplace add patrickfreyer/apple-mail-mcp
claude plugin install apple-mail@apple-mail-mcp**For Claude Desktop:**
{
"mcpServers": {
"apple-mail": {
"command": "uvx",
"args": ["mcp-apple-mail"]
}
}
}**Alternative with pip:**
pip install mcp-apple-mail
claude mcp add apple-mail -- mcp-apple-mail