ultimate_mcp_server vs fastmail-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
ultimate_mcp_server by Dicklesworthstone | fastmail-mcp by MadLlama25 | |
|---|---|---|
| Stars | ★ 149 | ★ 119 |
| 30天用量 | — | — |
| 综合分 | 85 | 49 |
| 官方 | — | — |
| 分类 | AI / LLM 工具浏览器自动化本地文件系统 | 沟通协作效率工具AI / LLM 工具 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
fastmail-mcp · 概述
一个功能完善的 MCP server,让 AI 助手能够访问 Fastmail 的邮件、联系人和日历 API。
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
fastmail-mcp · 使用场景
- AI 助手管理邮件工作流,如自动回复、分类和总结邮件
- 集成邮件、联系人和日历数据的用户生产力应用
- 代表用户处理批量邮件操作的自动化系统
ultimate_mcp_server · 安装
安装
- 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- 安装依赖:
pip install -e .- 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- 运行服务器:
python -m ultimate_mcp_serverfastmail-mcp · 安装
安装
前提条件
- Node.js 20+
- Fastmail 账户及 API 访问权限
- Fastmail API token
安装步骤
- 克隆或下载此仓库
- 安装依赖:
``bash npm install ``
- 构建项目:
``bash npm run build ``
- 设置环境变量:
``bash export FASTMAIL_API_TOKEN="your_api_token_here" # 可选:自定义基础 URL export FASTMAIL_BASE_URL="https://api.fastmail.com" # 可选:自定义附件下载目录 export FASTMAIL_DOWNLOAD_DIR="/path/to/your/downloads" ``
- 启动服务器:
``bash npm start ``
Claude Desktop 扩展
- 构建并打包:
``bash npm run build npx @anthropic-ai/dxt pack ``
- 将 .dxt 文件安装到 Claude Desktop