ultimate_mcp_server vs fastmail-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | fastmail-mcp by MadLlama25 | |
|---|---|---|
| Stars | ★ 149 | ★ 119 |
| 30d uses | — | — |
| Score | 85 | 49 |
| 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.
fastmail-mcp · Summary
A comprehensive MCP server providing access to Fastmail's email, contacts, and calendar APIs for AI assistants.
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
fastmail-mcp · Use cases
- AI assistants managing email workflows like auto-responding, categorizing, and summarizing messages
- Productivity applications that integrate email, contacts, and calendar data for users
- Email automation systems that process bulk operations on behalf of users
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_serverfastmail-mcp · Install
Installation
Prerequisites
- Node.js 20+
- A Fastmail account with API access
- Fastmail API token
Installation Steps
- Clone or download this repository
- Install dependencies:
``bash npm install ``
- Build the project:
``bash npm run build ``
- Set environment variables:
``bash export FASTMAIL_API_TOKEN="your_api_token_here" # Optional: customize base URL export FASTMAIL_BASE_URL="https://api.fastmail.com" # Optional: customize attachment download directory export FASTMAIL_DOWNLOAD_DIR="/path/to/your/downloads" ``
- Start the server:
``bash npm start ``
Claude Desktop Extension
- Build and pack:
``bash npm run build npx @anthropic-ai/dxt pack ``
- Install the .dxt file into Claude Desktop