ultimate_mcp_server vs better-email-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | better-email-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 149 | ★ 16 |
| 30d uses | — | — |
| Score | 85 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | CommunicationProductivityAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
better-email-mcp · Summary
IMAP/SMTP email server for AI agents with 6 composite tools, multi-account support, and auto-discovery.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
better-email-mcp · Use cases
- AI agents processing and responding to emails
- Automated email management and organization
- Multi-account email access in AI workflows
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverbetter-email-mcp · Install
Installation
Using Claude Desktop
Add to your config.json:
{
"mcpServers": {
"better-email": {
"command": "npx",
"args": ["@n24q02m/better-email-mcp"]
}
}
}Using Docker
docker run -p 8080:8080 n24q02m/better-email-mcp:latestUsing npm
npm install -g @n24q02m/better-email-mcpFor detailed setup instructions with other AI clients, see the [full documentation](https://mcp.n24q02m.com/servers/better-email-mcp/setup/).